dev-km
Warn
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface (Category 8).
- Ingestion points:
skills/pr-review/SKILL.mdfetches review comments viagh api;scripts/pr-review-poll.shfetches review states via GitHub APIs. - Boundary markers: Absent in raw data ingestion, but the instructions explicitly mandate the use of quoted heredocs (
<<'EOF') in shell commands to prevent the expansion of untrusted external content. - Capability inventory: The skill has extensive capabilities including
gitoperations, GitHub CLI interaction, network access viacurl, and the ability to spawn new CLI instances. - Sanitization:
scripts/notify.shimplements an alphanumeric whitelist for strings sent to macOS notifications. - [COMMAND_EXECUTION]: High-Autonomy CLI Spawning (Category 10).
- The
pr-polldaemon (scripts/pr-review-poll.sh) can be configured with--auto-respondto automatically spawn theclaudeCLI using--permission-mode bypassPermissions. This allows the agent to autonomously address review feedback, which is a high-autonomy behavior processing untrusted input. - [CREDENTIALS_UNSAFE]: Credential Management (Category 2).
- The skill handles Jira API tokens and Anthropic API keys. It utilizes standard secret management practices by recommending environment variables or local configuration files (
.jira-config) which are automatically added to.gitignoreduring initialization.
Audit Metadata