caveman-optimize
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources, including output from the
cavemanCLI tool and local files located in.caveman/proposals/*.md. - Ingestion points: The skill reads the
report_only_observationsarray from thecaveman opportunities listcommand and parses local markdown files in the.caveman/proposals/directory. - Boundary markers: The instructions explicitly warn the agent to treat local proposal files as "untrusted historic context" and to use CLI output only as diagnostic input, which mitigates the risk of the agent following instructions embedded within that data.
- Capability inventory: The skill has the capability to execute the
cavemanCLI tool and propose/apply code changes to the repository. - Sanitization: The skill mandates verbatim use of server-provided titles and observations and requires explicit operator verification before any code changes are designed or applied.
- [COMMAND_EXECUTION]: The skill executes the
cavemanCLI tool via the commandcaveman opportunities list. This is an expected functional requirement for the skill to retrieve diagnostic data. The skill specifically warns against falling back to project API keys or other authentication methods if the CLI session is not active.
Audit Metadata