next-dev-loop
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill uses shell commands to manage development sessions and interact with CLI tools (
agent-browser,pnpm next,npm). These are standard operations for a local development environment to automate browser testing and project upgrades. - [External Package Management]: The instructions suggest using
npmorpnpmto install or upgrade dependencies (agent-browser,next). This is a routine part of maintaining a JavaScript development environment and ensures the user is on compatible versions of the required tooling. - [Local Network Interaction]: The skill interacts with a local Next.js metadata endpoint (
/_next/mcp). This is used to gather framework-specific diagnostic information during the development process and does not involve external data exfiltration.
Audit Metadata