This plugin consists entirely of markdown instruction files (SKILL.md and agent .md files). It contains:
- No executable code
- No shell scripts
- No network calls
- No file system modifications beyond what Claude Code normally does
All operations (reading service profiles, writing evidence JSONL, interpreting metrics files) are performed by Claude Code itself using its standard tools, not by any code in this plugin.
The skill instructs Claude Code to append evidence records to a JSONL file on the local filesystem. This file:
- Is written in append-only mode
- Contains only metadata (timestamps, service names, scenario names, outcomes) — no sensitive service internals
- Is never uploaded or transmitted by this plugin
If you discover a security issue, please email nathan@memoriant.com (do not open a public issue).
We will respond within 48 hours and provide a fix timeline.
This plugin is easy to audit:
- All files are markdown — readable in any text editor
- No
node_modules, no Python packages, no compiled binaries - Review
skills/perf-test/SKILL.mdto see exactly what instructions are given to the AI