dx-audit
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script
evals/run-static-checks.shused for testing and validation. This script executesbashandpython3to run a static analyzer (check-skill-static.py) located in the repository's root. This is a standard development practice for ensuring skill integrity. - [COMMAND_EXECUTION]: In Step 9 of the activation workflow, the skill is instructed to write findings and workflow state to the local filesystem (e.g.,
docs/audits/oraudit-artifacts/). This is part of the core functionality to track and resume audit states. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as defined in Category 8, because its primary function is to ingest and analyze potentially untrusted technical artifacts provided by users (such as CLI help text, API response bodies, or code snippets).
- Ingestion points: Documentation files, CLI help output, and API response contracts loaded during the audit process.
- Boundary markers: No explicit instructions were found to use XML tags or other delimiters to isolate untrusted data during analysis.
- Capability inventory: The skill has capabilities for file system writes and local command execution (via eval scripts).
- Sanitization: No specific sanitization or filtering of the processed developer artifacts is mentioned in the instructions.
Audit Metadata