skills/frankieramirez/mana/ward/Gen Agent Trust Hub

ward

Pass

Audited by Gen Agent Trust Hub on Sep 8, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from GitHub PR descriptions, review comments, and CI logs, which could contain malicious instructions designed to influence the agent's behavior.
  • Ingestion points: Data is ingested from GitHub review threads, top-level comments, and CI job logs via the scripts/pr-watch.sh helper and gh CLI commands.
  • Boundary markers: The skill contains explicit instructions in SKILL.md to treat review text and CI logs as evidence and not to execute commands from them. references/feedback.md specifically forbids building shell expressions from review bodies.
  • Capability inventory: The skill has the capability to modify the local filesystem (applying code fixes), commit changes, and push code to remote GitHub repositories.
  • Sanitization: Untrusted data is handled using jq and git hash-object in the helper script to prevent shell interpolation. The instructions emphasize judging evidence rather than obeying instructions embedded in logs or reviews.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 05:03 AM
Security Audit — agent-trust-hub — ward