Prototype Factory
Analysis
This is an instruction-only prototype-building skill with standard project setup guidance; users should just review third-party dependencies and avoid putting real credentials in handoff files.
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.
flutter pub add google_fonts cached_network_image go_router lottie ... npm create vite@latest prototype -- --template react-ts ... npm install framer-motion tailwindcss @radix-ui/themes
The skill documents package-manager commands that fetch third-party dependencies for generated prototype projects.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Update `/README.md` with stack, commands, credentials, and feature tour.
The handoff instructions mention documenting credentials, which could be safe for demo accounts but risky if real secrets are placed in project files.
