apm-issue-autopilot
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONNO_CODE
Full Analysis
- Standard Command Execution: The skill utilizes standard developer tools like
gitand the GitHub CLI (gh) to perform its primary function of managing repositories and issues. - Evidence: Found in
SKILL.mdandassets/acceptance-observer.md, where the agent is instructed to usegit worktree,gh issue list, andgh pr createto manage development workflows. - Human-in-the-Loop Security Architecture: A central feature of the skill is the 'Phase 2' consolidated review, which serves as a mandatory security and quality gate.
- Evidence:
SKILL.mdandassets/confidence-gate-rubric.mddefine a protocol where all triage decisions must be ratified by a human maintainer before any implementation sub-agents are spawned. The rubric explicitly routes issues involving 'security-surface' or 'auth-surface' to escalation by default. - Indirect Prompt Injection Surface: The skill ingests data from GitHub issue bodies, which are potentially provided by untrusted external users. This creates a surface for indirect prompt injection attacks.
- Evidence:
assets/triage-prompt.mdingests theISSUE_BODYverbatim. This is mitigated by the 'confidence-gate' and human review phase, which are designed to detect and block suspicious or overly complex instructions embedded in issue descriptions. - Controlled Sub-agent Execution: The skill manages a complex fan-out architecture using sub-agents for specialized tasks like architecture planning and code implementation.
- Evidence:
assets/model-routing.mdandassets/solution-pipeline-prompt.mddetail how sub-agents are constrained to specific models and personas based on the stakes of the task, ensuring that high-stakes planning uses more capable, reasoning-heavy models while maintaining isolation between execution environments (worktrees).
Audit Metadata