blast-radius
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill requires the agent to enumerate and read "every call site, import, and downstream reference," which includes code, tests, and documentation that may come from external or untrusted sources (SKILL.md). This creates a surface for indirect prompt injection where malicious instructions embedded in the analyzed code could influence the agent's actions.
- Ingestion points: Files identified via
GrepandGlobtools, including scripts and documents that might reside in other repositories. - Boundary markers: None defined; there are no instructions to differentiate between data to be analyzed and instructions to be followed, nor are there warnings to ignore instructions found within processed files.
- Capability inventory: The skill allows the use of
Bashfor command execution andWritefor file modifications, providing an avenue for impact if the agent is misled by malicious data. - Sanitization: No sanitization or validation protocols are specified for the content retrieved from external consumers before it is processed by the agent.
Audit Metadata