init
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes untrusted source code from the project to generate component documentation and design tokens.
- Ingestion points: The agent scans files in directories such as
src/components/,app/components/, and styling configuration files liketailwind.config.ts. - Boundary markers: No delimiters or instructions are provided to the agent to help it distinguish between its primary instructions and potential malicious instructions embedded within the codebase.
- Capability inventory: The skill has access to
Bash,Write, andEdittools, which could be abused if the agent is tricked into following instructions hidden in code comments or project documentation. - Sanitization: There is no evidence of sanitization or filtering of project content before it is processed for description generation.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform environment checks and install necessary software for visual verification. - Evidence: Execution of
npx playwright --version,npm install -g playwright, andnpx playwright install chromium. - [EXTERNAL_DOWNLOADS]: The skill downloads the
playwrightframework and associated browser binaries from official Microsoft-maintained registries.
Audit Metadata