Idea Validator

PassAudited by ClawScan on Apr 17, 2026.

Overview

The skill's code and runtime instructions match its stated purpose (generating idea/competitor/MVP reports), it requests no credentials or unusual system access, and it contains no network endpoints or install steps beyond an optional Python package.

This skill appears to be what it claims: a local CLI-based idea/competitor/MVP report generator that needs no credentials. Before installing or running: (1) review the bundled script (scripts/idea_validator.py) yourself — it currently produces canned reports and the web-research path is commented out; (2) if you don't want network access, avoid using the '--web' flag and don't install 'requests'; (3) run it in a sandbox or isolated environment if you want to be extra cautious; (4) be aware that if the script is later updated to perform web lookups, it could make outbound requests — re-review changes before upgrading.