sanity-visual-coverage
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands (
pnpm,gh,node) to run a local visual coverage script (scripts/visualCoverage.ts). These commands are standard for development workflows within the project repository. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection by ingesting external data from GitHub Pull Request metadata (titles, branch names) through the
ghCLI and the script's--prsfunctionality. - Ingestion points:
gh pr listand output frompnpm visual-coverage --prsas described inSKILL.md. - Boundary markers: None identified in the provided instructions.
- Capability inventory: The agent is granted capabilities to execute local scripts and interact with the filesystem and version control system.
- Sanitization: No specific sanitization or validation of the PR metadata is described within the skill instructions.
Audit Metadata