NextJS
Analysis
This is a documentation-only Next.js helper with no executable code or credential requirements; the main thing to notice is its local project-memory file and normal deployment command examples.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
# Production deploy vercel --prod ... pm2 start ecosystem.config.js pm2 save pm2 startup
The documentation includes deployment and process-manager commands that can publish an app or configure a persistent service if a user asks the agent to apply them.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
After learning about their setup, save to `~/nextjs/memory.md` ... For project-specific patterns, use `~/nextjs/projects/{name}.md`.This creates persistent local project memory that can influence future sessions, though it is clearly scoped to Next.js preferences and project conventions.
