agentic-dev
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes common shell commands to manage version control and verify code changes via testing tools.
- Evidence in
prompts/branch-completion.md: Usesgit checkout,git pull,git merge,git push, andgh pr createto manage branches and pull requests. - Evidence in
prompts/tdd.md: Usesnpm test,cargo test,pytest, andgo testto execute the project's test suite as part of the TDD cycle. - [DATA_EXFILTRATION]: The workflow facilitates the transfer of local branch data to remote version control systems.
- Evidence in
prompts/branch-completion.md: Instructs the agent to performgit push -u origin <feature-branch>and use the GitHub CLI (gh pr create) to upload code and metadata. - [PROMPT_INJECTION]: The skill uses project-local files as a state machine to drive its automated implementation loop, which presents an attack surface for indirect prompt injection if those files contain untrusted content.
- Ingestion points: The skill reads from
openspec/changes/<id>/tasks.mdanddesign.mdto guide its actions. - Boundary markers: There are no explicit instructions for the agent to ignore potentially malicious directions embedded within these files.
- Capability inventory: The skill has access to shell execution for git operations and testing suites.
- Sanitization: No explicit verification or sanitization of the spec file content is performed before the agent processes them.
Audit Metadata