Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 91a51e5

Browse files
koki-developclaude
andcommitted
Update testing section with all exploit tests and test-runner subagent
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 89bdd08 commit 91a51e5

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,15 @@ See `docs/configuration.md` for details.
101101
102102
## Testing
103103
104-
Security tests are located in `/tests/`:
104+
Security tests are located in `/tests/`. Use the `test-runner` subagent (`.claude/agents/test-runner.md`) to run and verify results.
105105
106106
```bash
107-
codize run --json tests/fork.py # Fork bomb test
108-
codize run --json tests/fallocate.py # Disk fill attack test
109-
codize run --json tests/network.py # Network access test
107+
codize run --json tests/fork.py # Fork bomb test
108+
codize run --json tests/fallocate.py # Disk fill attack test
109+
codize run --json tests/network.py # Network access test
110+
codize run --json tests/runaway_output.py # Infinite output test
111+
codize run --json tests/file_persistance.py # File persistence test (run twice)
112+
codize run --json tests/mqueue_persistance.py # Mqueue persistence test (run twice)
110113
```
111114
112115
Package tests are automatically executed via GitHub Actions (`package-pr.yaml`).

0 commit comments

Comments
 (0)