blueprinter

v1.0.0

Generate technical diagrams using HTML/CSS in Flat Engineering Blueprint style. Use when the user wants to create architecture diagrams, system diagrams, flo...

0· 48·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (blueprint-style diagram generation) matches the SKILL.md content: HTML/CSS templates, CSS variables, and visual rules. Nothing requested or instructed is unrelated to generating static diagram markup and styles.
Instruction Scope
The SKILL.md stays within diagram-generation scope (templates, CSS rules, usage guidelines). One minor external behavior: the HTML template links to Google Fonts (fonts.googleapis.com), which will cause a network request when the HTML is loaded. The instructions do not tell the agent to read files, credentials, or system state, nor to transmit user data to other endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded by the skill itself, which is the lowest-risk model for installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no unexpected secret requests or unrelated credential requirements.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide settings and is user-invocable as expected.
Assessment
This skill is instruction-only and appears coherent for creating blueprint-style HTML/CSS diagrams. Before installing/using: (1) note that generated HTML includes an external Google Fonts link — loading the fonts will make network requests (IP and timing metadata) when rendered; (2) avoid embedding secrets or sensitive credentials into diagram content, since the output is standard HTML that could be saved/shared; and (3) if you render the HTML in a browser or a service, ensure any user-provided text is properly escaped/sanitized to prevent accidental script injection. Other than those routine cautions, the skill is internally consistent with its stated purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk975y6apf1wkfqesq4rppjs9dd840p2y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments