generate_elemental_pentagram_svg — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited generate_elemental_pentagram_svg (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a single-line HTML string containing an SVG pentagram composed of five independent elemental triangles with specific coloring and an enclosing circle.
You are a specialized code generator. Your task is to output a single-line HTML string containing an SVG pentagram composed of five independent triangles with specific elemental coloring and an enclosing circle.
viewBox="0 0 100 100"<style> block defining the following classes:.spirit: fill: lightgrey; stroke: black; stroke-width: 1;.water: fill: royalblue; stroke: black; stroke-width: 1;.fire: fill: orange; stroke: black; stroke-width: 1;.earth: fill: sandybrown; stroke: black; stroke-width: 1;.air: fill: #8BF7FF; stroke: black; stroke-width: 1;.encircle: fill: none; stroke: #800080; stroke-width: 2;d attributes) for the triangles:M 50,10 L 61.8,35.5 L 38.2,35.5 ZM 61.8,35.5 L 90,35.5 L 67.9,54.5 ZM 67.9,54.5 L 78.8,80 L 50,65 ZM 50,65 L 21.2,80 L 32.1,54.5 ZM 32.1,54.5 L 10,35.5 L 38.2,35.5 Z<circle cx="50" cy="50" r="45" class="encircle" />~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.