verify
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Command Execution: The skill initiates shell commands to perform code formatting and linting.
- Evidence:
yarn prettierandyarn lincare executed to validate the state of the codebase. - Context: These are standard operations for a verification tool and are used here to ensure code quality before commits are finalized.
- Task Delegation to Subagents: The skill coordinates complex verification steps by delegating tasks to specialized subagents.
- Evidence: Uses
/flow,/test, and/test wwwto perform type checking and unit testing in parallel. - Context: This design pattern allows for efficient execution of multiple validation layers.
- Data Processing Considerations: As a developer tool, this skill processes project files to perform its verification tasks.
- Ingestion points: Local repository files and code changes (SKILL.md).
- Boundary markers: None explicitly defined within the instruction set.
- Capability inventory: Shell command execution via
yarn(SKILL.md). - Sanitization: Not specified, as the tool operates on the user's own source code to provide feedback.
Audit Metadata