kiosk-marketplace — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kiosk-marketplace (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 kiosk-marketplace build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track kiosk-marketplace 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.
Builds a marketplace on top of the Kiosk standard. Sets up the seller's Kiosk Object, defines a TransferPolicy with royalty and lock rules, writes list and purchase entry points, and verifies a real listing-to-purchase round-trip on testnet before declaring done. Avoids reinventing escrow logic that Kiosk already provides.
deepbook-orderbook instead.launch-coin instead.find-next-sui-idea first.scaffold-project first.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/build-context.md. Read it if present.If unclear, interview the user for:
.suiperpower/build-context.md: ## kiosk-marketplace session, <timestamp>
- asset type: <module::Type>
- transfer policy id: <id>
- sample kiosk id (seller): <id>
- sample listing tx digest: <digest>
- sample purchase tx digest: <digest>
- royalty policy: <description>
- open issues: <list>The skill never deletes files outside the integration source path without explicit user confirmation.
.suiperpower/build-context.md if it exists.key + store abilities..suiperpower/build-context.md..suiperpower/intent.md exists and the session was non-trivial (new Kiosk integration, TransferPolicy rules added, royalty path live), recommend verify-against-intent as the next step so the policy capability holder and royalty enforcement are checked before shipping.intent.md exists and the session was non-trivial, surface that gap once: offer clarify-intent to backfill, do not force it.Before reporting done, the skill asks itself the following and refuses to declare success if any answer is no:
If any answer is no, the skill reports the gap and works through it before claiming the integration is complete.
On-demand references (load when relevant to the user's question):
references/kiosk-quickstart.md: Kiosk creation, listing, purchase recipes for the TS SDK.references/transfer-policy.md: TransferPolicy, royalty rules, lock rules, custom rules.references/kiosk-pitfalls.md: Common mistakes (wrong Object type, missing Display, royalty bypass attempts).Knowledge docs (load when scope expands beyond what is in references):
skills/data/sui-knowledge/03-move-and-objects.md: Object model and capability reference.claude "/suiper:kiosk-marketplace <your message>"codex "/kiosk-marketplace <your message>"grok, then /kiosk-marketplace <your message> in the session~/.cursor/rules/kiosk-marketplace.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.