skills/jeremylongshore/tons-of-skills-marketplace/detecting-command-injection-patterns/Gen Agent Trust Hub
detecting-command-injection-patterns
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external source code files which could contain malicious instructions designed to influence the agent when it reviews the scan results. * Ingestion points: The script
scripts/scan_cmdi.pyreads content from a user-provided directory usingpathlib.Path.read_text. * Boundary markers: Findings are encapsulated in structuredFindingobjects before being presented to the agent. * Capability inventory: The skill utilizesBash(python3:*)to execute the scanner script, and theRead,Glob, andGreptools for file exploration. * Sanitization: Code snippets matching command-injection patterns are extracted and reported as findings without specific sanitization against prompt injection strings that might be present in the source files.
Audit Metadata