design-handoff-flutter

Pass

Audited by Gen Agent Trust Hub on Sep 11, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted project documentation, such as mockup-brief.md and wireframe.md, which are used to define implementation specifications that the agent must follow and verify.
  • Ingestion points: Untrusted data is identified in scripts/load_handoff.py and subsequently parsed by scripts/verify_handoff.py from the 'Implementation spec' section of the design brief.
  • Boundary markers: The skill incorporates a specific utility (scripts/_untrusted_doc.py) to wrap external documentation in <<<UNTRUSTED_PROJECT_DOC>>> tags, and the SKILL.md file explicitly instructs the agent to treat these inputs as data only and ignore any embedded instructions or role changes.
  • Capability inventory: The skill has the capability to read and write files within the project root and execute local scripts for verification and layout synchronization.
  • Sanitization: The scripts/verify_handoff.py script employs re.escape() on requirement tokens extracted from untrusted tables to prevent regex injection during the automated code auditing process.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 11, 2026, 03:38 AM
Security Audit — agent-trust-hub — design-handoff-flutter