verification
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- System State Analysis: The skill analyzes terminal output and local project files (such as
package.jsonand route structures) to infer the application's intended functionality. This is a standard procedure for development-focused automation tools to provide context-aware verification. - Environment Configuration Review: The instructions include checking
.envfiles and executing commands likevercel env ls. These actions are performed to identify configuration mismatches or missing environment variables that might cause application failures, which is typical for end-to-end testing and deployment verification. - CLI Tool Integration: The skill utilizes established command-line utilities, including
vercel logs, to capture runtime evidence. These tools are used within their intended scope to provide the agent with the diagnostic information necessary to assist with debugging. - Indirect Data Processing: As a verification orchestrator, the skill processes data from various sources including browser console logs and terminal stdout. While this introduces a surface for indirect prompt injection from application logs, the skill's structured reporting steps and focus on evidence-based verification provide a controlled framework for this analysis.
Audit Metadata