dos-verify-done-claims
Warn
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of an external package
dos-kernelfrom the PyPI registry. - Evidence: The setup instructions specify
python -m pip install 'dos-kernel==<reviewed-version>'in theHow It Workssection ofSKILL.md. - [COMMAND_EXECUTION]: The skill relies on executing shell commands to perform its core functions.
- Evidence: Examples in
SKILL.mdshow the use ofdos commit-audit --workspace . HEAD --jsonanddos verify --workspace . PLAN PHASE --json --no-ci. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from git repositories.
- Ingestion points: The
dostool reads commit subjects, bodies, and file diffs from the local git history and working tree as described inSKILL.md. - Boundary markers: There are no documented boundary markers or instructions provided to the agent to treat the git-sourced data as untrusted or to ignore embedded instructions within commit messages.
- Capability inventory: The skill possesses the capability to install software via
pipand execute shell commands (dosCLI) as seen inSKILL.md. - Sanitization: The skill does not describe any sanitization or escaping of the git content before it is processed by the
dostool or interpreted by the agent.
Audit Metadata