pattern-detection
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface detected. The skill is designed to analyze external, untrusted content such as source code and data files. Maliciously crafted instructions embedded within the analyzed content (e.g., in code comments or string literals) could potentially attempt to influence the agent's analysis results or subsequent actions.
- Ingestion points: Analyzed code and data files accessed through the
Read,Grep, andGlobtools as specified inSKILL.md. - Boundary markers: Absent. The instructions do not provide explicit boundary markers or instructions to the agent to disregard natural language directives found within analyzed content.
- Capability inventory: The skill has the ability to read and search the filesystem (
Read,Glob,Grep) and execute complex data processing logic via provided Python snippets. - Sanitization: No sanitization or filtering of input data is defined before the analysis is performed.
Audit Metadata