awt
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automates the installation of its core tool and browser dependencies from external package registries.
- Evidence: The Auto-Setup section in
SKILL.mdincludespip install aat-devqaandplaywright install chromium. - [COMMAND_EXECUTION]: The skill performs testing tasks by executing the
aatCLI tool and managing local project configurations. - Evidence:
SKILL.mdandreferences/cli-reference.mddocument commands such asaat scan,aat run,aat init, andaat dashboard. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from external web applications, which serves as a potential vector for indirect prompt injection.
- Ingestion points: Untrusted data enters the agent context via URL scanning, the generated
scan_result.jsonfile, and OCR or Vision AI results processed during test execution. - Boundary markers: The skill implements a mandatory 4-step workflow in
SKILL.mdthat requires explicit user approval after scanning the application and before running any generated test scenarios. - Capability inventory: The agent has the capability to execute the
aatCLI, write scenario files to the local filesystem, and take screenshots of web applications. - Sanitization: The skill relies on human-in-the-loop validation, requiring the agent to present all scan results and scenario details to the user for review before proceeding.
Audit Metadata