oc-tool-auditor
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill's primary function is to ingest and analyze untrusted tool source code. This creates a potential surface for indirect prompt injection if the audited tool contains instructions designed to deceive the agent. The skill mitigates this risk by providing an adversarial reasoning framework, explicitly instructing the agent to assume the input is malicious and to use a 'mechanical gate' (a static scan) to detect common danger patterns.
- Ingestion points:
oc --project <P> toolbox show --name <tool>(reading external tool source). - Boundary markers: The instructions explicitly state: 'Assumes the tool is broken or malicious until proven otherwise.'
- Capability inventory: The skill uses
Bashto executeocCLI commands. - Sanitization: The process relies on a mechanical gate (
oc toolbox promote) that performs static deny-list scans for sensitive operations. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to interact with theoccommand-line utility. This execution is limited to specific administrative functions (showandpromote) related to the tool registry management.
Audit Metadata