virtual-sui-incubator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited virtual-sui-incubator (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 virtual-sui-incubator build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track virtual-sui-incubator 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 an extended teaching session on Sui: consensus shape, object model semantics, gas and storage costs, Move execution model, upgrade flow, indexer and event architecture. Aims to leave the user able to design and reason about Sui systems without needing the same explanation again. Outputs a written learnings file the user can revisit.
sui-beginner for the gentle on-ramp first.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/build-context.md and .suiperpower/idea-context.md for tailoring examples.If unclear, interview the user for:
.suiperpower/learnings.md with the topics covered and the user's notes..suiperpower/build-context.md: ## virtual-sui-incubator session, <timestamp>
- topics covered: <list>
- learnings file: .suiperpower/learnings.md
- next-step skills: <list>The skill never deletes files outside the integration source path without explicit user confirmation.
.suiperpower/build-context.md and .suiperpower/idea-context.md if present..suiperpower/learnings.md after each topic.Before reporting done, the skill asks itself the following and refuses to declare success if any answer is no:
.suiperpower/learnings.md the user can revisit?If any answer is no, the skill reports the gap and works through it before claiming the session is complete.
On-demand references (load when relevant to the user's question):
references/topic-deep-dives.md: Per-topic outline (object model, consensus, Move execution, gas, upgrades, indexers).references/migrant-on-ramps.md: Specific contrasts for EVM and Solana migrants.Knowledge docs (load when scope expands beyond what is in references):
skills/data/sui-knowledge/02-what-makes-sui-unique.md: Sui differentiators.skills/data/sui-knowledge/03-move-and-objects.md: Object model + Move reference.claude "/suiper:virtual-sui-incubator <your message>"codex "/virtual-sui-incubator <your message>"grok, then /virtual-sui-incubator <your message> in the session~/.cursor/rules/virtual-sui-incubator.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.