SaferSkills independently audited generate-tech-stack (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
Scan the current project and produce a complete visual tech stack page.
python3 ~/.claude/skills/generate-tech-stack/scripts/analyze.py <project_root> <project_root>/TECH_STACK.html xdg-open <project_root>/TECH_STACK.html 2>/dev/null || open <project_root>/TECH_STACK.html 2>/dev/null || trueThe generated HTML must include all of the following sections (the script produces all of them automatically):
| CSS variable | Value | Usage |
|---|---|---|
--bg | #0f172a | Page background |
--bg2 | #111827 | Secondary background |
--bg3 | #161e2e | Card / chart background |
--bg4 | #1a2535 | Elevated surface |
--border | #1e293b | Card / section borders |
--border2 | #263347 | Hover border |
--text | #f1f5f9 | Primary text |
--muted | #64748b | Secondary / label text |
--dim | #334155 | Footer / divider text |
--green | #22c55e | Accent (badge dot, stat highlight) |
--mono | 'JetBrains Mono', monospace | Code / badge font |
--sans | 'IBM Plex Sans', system-ui, sans-serif | Body font |
Fonts are loaded from Google Fonts:
IBM Plex Sans:wght@300;400;500;600;700
JetBrains Mono:wght@400;500;600Heading h1: color:#f8fafc, no gradient. Bar chart track: background:#0a0f1a.
If ~/.claude/skills/generate-tech-stack/scripts/analyze.py cannot be found:
requirements.txt, package.json, go.mod, Cargo.toml, pyproject.tomlDockerfile, docker-compose.yml, .github/workflows/, alembic.iniTECH_STACK.html using the design tokens and section structure aboveTECH_STACK.html — never ask for confirmation~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.