agent-browser-verify
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- Developer Tool Integration: The skill integrates with established development utilities such as the Vercel CLI and Upstash Workflow (via
npx). These are standard tools used to manage deployments and monitor background tasks, and their use here aligns with the skill's purpose of verifying development environments. - Browser-Based Diagnostics: The skill utilizes browser automation to perform visual checks and error detection. It executes diagnostic JavaScript snippets to check for framework error overlays and console logs. These operations are performed on the local development server (localhost) to provide immediate feedback to the developer.
- Environment Management: Included instructions for environment synchronization (e.g.,
vercel env pull) are consistent with standard practices for configuring local development environments to match cloud deployments. - Content Ingestion: The skill reads and processes information from the browser context, such as page text and console output, to determine the status of the application. This data ingestion is used specifically for health checks and reporting verification results.
Audit Metadata