testing-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The documentation in
SKILL.mdis strictly educational and contains no instructions that attempt to manipulate the AI agent's behavior or safety filters. - [COMMAND_EXECUTION] (SAFE): The
test_runner.pyscript executes test commands (npm test,pytest, etc.) usingsubprocess.runwith argument lists. This is a secure implementation that prevents shell injection. - [EXTERNAL_DOWNLOADS] (SAFE): Usage of
npxis restricted to well-known testing frameworks like Jest and Vitest, which is standard behavior for development tools. - [DATA_EXPOSURE] (SAFE): The script only reads project configuration files (
package.json,pyproject.toml) to identify frameworks and does not access sensitive system files or environment variables.
Audit Metadata