fix-dependabot

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses git, gh, rg, and bun to perform repository operations, search for dependency strings, and manage packages. These tools allow the agent to modify source code and push to remote branches.- [EXTERNAL_DOWNLOADS]: Running bun install triggers the download and installation of dependencies from external registries, which is a standard but noteworthy interaction with external code sources.- [INDIRECT_PROMPT_INJECTION]:
  • Ingestion points: Step 1 uses gh pr view to read PR titles and bodies, which are external, user-contributed inputs.
  • Boundary markers: The instructions do not define boundary markers or instruct the agent to ignore embedded commands within the PR description.
  • Capability inventory: The skill has capabilities to modify the file system, install packages, and push changes to the remote repository (Step 4, 6).
  • Sanitization: No validation or sanitization of the PR metadata is specified before it is used to guide the search and update process.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 01:13 AM
Security Audit — agent-trust-hub — fix-dependabot