frontend-design-guidelines — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited frontend-design-guidelines (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.
# Suiperpower telemetry. Routes through the CLI so projects.json + Convex stay in sync.
# Silent on failure so the skill never blocks. Opt out: SUIPERPOWER_TELEMETRY=off.
#
# AGENT NOTE: when this skill finishes, run the matching completion command:
# suiperpower track frontend-design-guidelines build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track frontend-design-guidelines build started >/dev/null 2>&1 &
trueIf TEL_PROMPTED is no, before doing real work, ask the user:
Help suiperpower get better. We track which skills get used and how long they take. No code, no file paths, no PII. Change anytime in ~/.suiperpower/config.json.>
A) Sure, anonymous B) No thanks
Write the answer to ~/.suiperpower/config.json telemetryTier field and create ~/.suiperpower/.telemetry-prompted. Then continue.
Applies a small set of opinionated frontend defaults to a Sui dapp so it does not look like a template. Covers layout, spacing, type hierarchy, color usage, button states, empty states, error states, accessibility. The output is concrete component-level guidance the user can apply line by line, not a 50-page design system document.
brand-design first.roast-my-product.number-formatting.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/brand.md if it exists, for color and type tokens..suiperpower/brand.md exists, read tokens. If not, hand off to brand-design first.number-formatting.aria-label on icon-only buttons..suiperpower/build-context.md.Before reporting done:
references/template-look-markers.md?If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/template-look-markers.md: Markers that signal "this is a starter template".references/component-defaults.md: Default specs for buttons, inputs, cards, modals, toasts.references/sui-frontend-patterns.md: Wallet connect, address display, tx state surfaces.Knowledge docs:
skills/data/sui-knowledge/05-app-layer-and-consumer.md: App-layer Sui context.claude "/suiper:frontend-design-guidelines <your message>"codex "/frontend-design-guidelines <your message>"grok, then /frontend-design-guidelines <your message> in the session~/.cursor/rules/frontend-design-guidelines.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.