mock-masked-stub-trap
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: References documentation and project findings hosted on GitHub at github.com/MrBinnacle/skill-harness.
- [COMMAND_EXECUTION]: Instructions in SKILL.md direct the agent to execute shell commands such as grep and project-specific linting or testing tools (e.g., ruff, pytest) to verify code integrity.
- [INDIRECT_PROMPT_INJECTION]: The skill establishes a potential attack surface by directing the agent to ingest and analyze untrusted source code.
- Ingestion points: Test files and production source code reviewed by the agent as described in SKILL.md.
- Boundary markers: No specific delimiters or markers are prescribed for the code being analyzed to prevent instructions within the code from being interpreted as agent instructions.
- Capability inventory: The agent is instructed to use grep and execute project-level validation tools (ruff, pytest).
- Sanitization: The instructions do not include steps for sanitizing or escaping the content of the analyzed files.
Audit Metadata