pattern-detection
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user files and code, creating a potential surface for indirect prompt injection.
- Ingestion points: The skill instructions in
SKILL.mduse theGrepandReadtools to ingest content from various file types across the environment. - Boundary markers: No explicit delimiters or instructions are used to separate the ingested data from the agent's internal logic, making it possible for content in scanned files to be interpreted as instructions.
- Capability inventory: The
SKILL.mdfile enables the use ofRead,Grep, andGlobtools and utilizes Python libraries likenumpyandpandasfor data processing. - Sanitization: There is no evidence of sanitization or filtering applied to external file content before it is analyzed or reported.
Audit Metadata