security-and-hardening
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external code and data as part of its trust boundary review process. This creates a surface for indirect prompt injection where malicious instructions embedded in the audited source code could attempt to manipulate the agent's execution logic.
- Ingestion points: Reads code files, request bodies, and external configurations using Read, Glob, and Grep tools (SKILL.md).
- Boundary markers: The instructions lack explicit boundary delimiters or 'ignore embedded instructions' warnings for the agent when it processes audited content.
- Capability inventory: The skill utilizes powerful tools including Bash, Edit, and WebFetch, which could be abused if the agent is successfully injected.
- Sanitization: There are no defined sanitization or filtering steps for the external content before it is processed by the agent's reasoning engine.
Audit Metadata