build-with-claude — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-with-claude (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 build-with-claude build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track build-with-claude 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.
Runs a structured pair-programming loop for building a Sui MVP. Breaks the work into commit-sized slices, applies a quality gate per slice, hands off to specialist skills (build-with-move, ptb-composer, walrus-storage, etc.) at the right moments, and updates .suiperpower/build-context.md after each slice.
build-with-move, ptb-composer).scaffold-project first.object-model-design first if the schema is non-trivial..suiperpower/build-plan.md exists, use plan-before-code first to land a single approved plan. This skill's per-step gates work against that plan, not in place of it.clarify-intent to land .suiperpower/intent.md before this skill takes over.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/build-context.md (required for this skill; refuse if absent)..suiperpower/idea-context.md for product context.If unclear, interview the user for:
build-with-move, ptb-composer, sponsor skill)?.suiperpower/build-context.md reflecting what shipped..suiperpower/build-context.md. Refuse to proceed if missing.build-with-move for Move authoring, ptb-composer for client tx composition).## build-with-claude session, <timestamp> entry to build-context.md..suiperpower/intent.md exists and the slice was non-trivial (new module, new sponsor integration, or material changes to public functions or PTB shapes), recommend verify-against-intent as the next step so drift is caught before the next slice or shipping.intent.md exists and the slice was non-trivial, surface that gap once: offer clarify-intent to backfill, do not force it.Before reporting the slice done, the skill asks itself the following and refuses to declare success if any answer is no:
TODO: comments, commented-out code, or stub functions in the diff? If yes, finish or remove them..suiperpower/build-context.md been updated?build-with-move's gate run on the affected modules?validate-business-model, retention-loop, roast-my-product)?If any answer is no, the skill reports the gap and works through it before claiming the slice is complete.
On-demand references (load when relevant to the user's question):
references/slice-shapes.md: Common slice shapes (Move + test, frontend + connect, sponsor integration, end-to-end demo).references/handoff-rules.md: When to hand off to a specialist skill vs continue here.Knowledge docs (load when scope expands beyond what is in references):
skills/data/sui-knowledge/03-move-and-objects.md: For Sui-Move-specific decisions inside a slice.claude "/suiper:build-with-claude <your message>"codex "/build-with-claude <your message>"grok, then /build-with-claude <your message> in the session~/.cursor/rules/build-with-claude.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.