banner-design — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited banner-design (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 SVG hero banners and navigation button sets for GitHub READMEs. All output is repeatable - run again to regenerate with different parameters.
Generates a hero SVG banner (dark background, red accent, Inter font).
BANNER_TITLE - main title text (uppercased in output)BANNER_SUBTITLE - secondary red label below titleBANNER_TAGLINE - small muted line (default: "written with love")BANNER_OUTPUT - output path (default: ./assets/banner.svg)BANNER_ACCENT - accent color (default: #cc2200)BANNER_WIDTH / BANNER_HEIGHT - dimensions (default: 900x160){generated, output, title, subtitle, dimensions}Generates a set of SVG navigation buttons - one file per label.
BUTTONS_LABELS - comma-separated button labelsBUTTONS_OUTPUT_DIR - where to write files (default: ./assets/buttons/)BTN_BG - background color (default: #cc2200)BTN_RADIUS - corner radius (default: 4 - slightly rounded)BTN_HEIGHT / BTN_FONT_SIZE / BTN_PADDING - size tuning{generated, output_dir, buttons: [{label, slug, file}]}BANNER_TITLE="Mad House" BANNER_SUBTITLE="How-Tos" BANNER_TAGLINE="written with love" \
BANNER_OUTPUT="~/dev/mad-house/how-tos/assets/banner.svg" \
bash scripts/generate-banner.shBUTTONS_LABELS="Vibe Coding,VPS & Server,Bots,Incubation,Org Setup" \
BUTTONS_OUTPUT_DIR="~/dev/mad-house/how-tos/assets/buttons/" \
bash scripts/generate-buttons.shReference the SVGs as relative paths in Markdown:

<a href="#vibe-coding"><img src="assets/buttons/btn-vibe-coding.svg" /></a>
<a href="#vps--server"><img src="assets/buttons/btn-vps--server.svg" /></a>BANNER_TITLE and button labels are uppercased in the SVG output automatically~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.