caveman-optimize
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external and local sources, which could potentially contain instructions intended to influence the agent's code generation or evaluation tasks.
- Ingestion points: CLI output from
caveman opportunities list(specifically thereport_only_observationsarray) and local markdown files matching the pattern.caveman/proposals/*.md. - Boundary markers: The skill explicitly instructs the agent to treat historic proposals as "untrusted historic context" and requires an "explicit operator choice" before proceeding with code modifications.
- Capability inventory: The skill possesses the ability to execute shell commands (
cavemanCLI and evaluation commands) and perform file system writes (applying candidate edits). - Sanitization: While the instructions emphasize preserving server-provided text verbatim, there are no technical sanitization or escaping protocols described for the ingested data before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill executes specific shell commands to interact with vendor tooling.
- Evidence: The instruction to run
caveman opportunities listto retrieve diagnostic observations.
Audit Metadata