Business Blueprint Skill

PassAudited by ClawScan on Apr 22, 2026.

Overview

The skill's code, runtime instructions, and requested resources are coherent with its stated purpose (turning text into blueprint JSON and exporting diagrams); it does not request credentials or network installs and its behavior matches the documentation.

This skill appears internally consistent and implements the stated blueprint generation and export features. Before running it: (1) review the included Python files if you want to be certain (they appear to perform only local file I/O and SVG/HTML generation); (2) run it in an isolated environment or VM (or with a disposable Python venv) if you will feed it sensitive inputs; (3) avoid supplying secrets or credentials to the tool (none are required); (4) ensure you have Python >=3.12 as the project requests; and (5) if you need absolute assurance, grep the package for network-related imports (requests, urllib, socket) or run tests in a sandbox to confirm there are no unexpected network calls. Overall, the skill is coherent with its description.