github-inbox

Pass

Audited by Gen Agent Trust Hub on Sep 5, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources.
  • Ingestion points: The scripts/github-inbox-report.mjs script fetches issue titles, repository names, and labels directly from GitHub via the gh search command.
  • Boundary markers: The output is printed as a raw list to stdout without specific delimiters or instructions to the agent to ignore embedded commands within the content.
  • Capability inventory: The skill allows the agent to execute write operations such as gh issue edit, gh issue comment, and gh pr review (as described in SKILL.md).
  • Sanitization: There is no evidence of filtering or sanitization of the fetched issue titles or labels before they are presented to the agent.
  • [COMMAND_EXECUTION]: The skill is configured to execute shell commands using gh, node, and bun as defined in the allowed-tools section of SKILL.md. The helper script scripts/github-inbox-report.mjs uses execFileSync to invoke the GitHub CLI to perform search and triage operations.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 5, 2026, 09:24 AM
Security Audit — agent-trust-hub — github-inbox