backend-test
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes external code files to generate test logic without defined boundary markers or sanitization.
- Ingestion points: The skill reads source code and project files using the
Read,Grep, andGlobtools as part of its test generation workflow. - Boundary markers: Absent. The skill does not instruct the agent to ignore instructions embedded within the code being analyzed (e.g., inside comments or strings).
- Capability inventory: The skill has the ability to modify files via
WriteandEdittools and execute shell commands via theBashtool. - Sanitization: None identified. External code content is interpolated into the agent's context without escaping or validation.
Audit Metadata