This repository provides the experimental code for poster papers accepted by APNet 2026:
-
WormGuard: Epidemic Modelling and Decentralized Containment of PromptWorms in AI Agent Networks
-
OpenClaw-Shield: Network-Layer Defence Against PromptWorm Propagation in Data Center Agent Deployments
-
WebGate: Browser-Native Edge Gateway for Local and Remote LLMs
The following software and libraries are required:
- Python 3.11
- PyTorch 2.5.1
This repository contains the following example scripts:
-
WormGuard.py
Experimental code for the paper "WormGuard: Epidemic Modelling and Decentralized Containment of PromptWorms in AI Agent Networks". -
OpenClaw.py
Experimental code for the paper "OpenClaw-Shield: Network-Layer Defence Against PromptWorm Propagation in Data Center Agent Deployments".
Python scripts (e.g., WormGuard.py) can be executed in two ways.
Open the file in a Python IDE such as PyCharm and run it directly.
From a terminal, navigate to the script directory and run:
python WormGuard.pyThe details of Webgate please check WebGate/Readme.