variant-analysis
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze external codebase content, which presents a surface for instructions embedded in data (such as code comments) to potentially influence the agent's behavior during analysis.
- Ingestion points: Project source code across multiple languages (C++, Go, Java, JavaScript, Python) in files like
resources/codeql/python.qlandresources/semgrep/cpp.yamlthat target user-controlled data sources. - Boundary markers: None explicitly defined to separate code content from instructions during the triage and reading phases.
- Capability inventory: File system read access, execution of search tools (ripgrep, semgrep, CodeQL), and report generation capabilities.
- Sanitization: The agent is instructed to read raw code snippets directly for analysis without intermediate filtering.
- [COMMAND_EXECUTION]: The skill workflow requires the agent to execute standard command-line utilities to perform searches and analysis.
- Evidence: The instructions in
references/searching.mdandSKILL.mddetail the use ofripgrep(rg),semgrep, andCodeQLto identify vulnerability patterns in the codebase.
Audit Metadata