product-development
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill utilizes tools that ingest untrusted data, creating a potential vector for instructions embedded in external content to manipulate the agent's output or actions.
- Ingestion points: The skill uses
WebFetchandWebSearchto pull data from the internet andReadto access local files. - Boundary markers: There are no explicit instructions or delimiters defined to treat external data as untrusted or to ignore embedded natural language commands.
- Capability inventory: The skill has
Writepermissions, allowing it to persist potentially malicious data to the local filesystem, andWebSearchcapabilities that could be abused for data exfiltration if the agent is coerced by a malicious website. - Sanitization: No sanitization or validation logic is present to filter content before it is processed by the agent or written to files.
Audit Metadata