code-antipatterns
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill uses the
!command`` pattern in the Context section to executefindcommands. These commands are used to identify relevant file types within the project. These are benign, read-only operations intended to provide the agent with situational awareness.\n- [COMMAND_EXECUTION]: The skill utilizes bash to runast-grepandripgrep. Safety is maintained by theallowed-toolsconfiguration in the YAML frontmatter, which restricts bash usage specifically to thesgandrgcommands, preventing the execution of arbitrary or malicious shell commands.\n- [INDIRECT_PROMPT_INJECTION]: The skill has an ingestion surface as it reads and analyzes codebase files which may contain untrusted content.\n - Ingestion points: Files are read using
Read,Grep, andast-grep(SKILL.md).\n - Boundary markers: Not explicitly defined for the content of the files being analyzed to separate code from potential embedded instructions.\n
- Capability inventory: Limited to
Bash(sg/rg),Read,Glob,Grep,TodoWrite, andTask(SKILL.md).\n - Sanitization: No specific sanitization or filtering of external content is mentioned. The risk is limited to influencing the analysis report generated by the agent.
Audit Metadata