pattern-detection
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests and processes external code and data files. Ingestion points occur where the skill analyzes files via Read, Grep, and Glob across all steps. No explicit boundary markers are defined for separating processed data from agent instructions. Capability inventory includes subprocess execution of shell utilities and Python script execution. No content sanitization is mentioned, but the skill is restricted to read-only operations.
- [COMMAND_EXECUTION]: Employs standard shell utilities like grep, awk, sort, and uniq for pattern matching within local files. These operations are restricted to searching and tallying patterns for diagnostic reports and do not involve executing external data.
- [EXTERNAL_DOWNLOADS]: References official and well-known documentation sources including OWASP, Refactoring Guru, and Regex101. No automated downloads or installation of third-party scripts are performed at runtime.
Audit Metadata