pattern-detection
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands like grep and awk to search for patterns in local source code. These operations are diagnostic and restricted to read-only access.
- [PROMPT_INJECTION]: The skill provides an indirect prompt injection surface by reading and processing local file content. 1. Ingestion points: File data is accessed via Grep and Python scripts (SKILL.md). 2. Boundary markers: No delimiters or protective instructions are used to separate data from instructions. 3. Capability inventory: The skill can execute local shell commands and utilize Python analysis libraries (numpy, scipy, pandas). 4. Sanitization: No sanitization is performed on file content before analysis.
Audit Metadata