submit-to-sui-overflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited submit-to-sui-overflow (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 submit-to-sui-overflow ship completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track submit-to-sui-overflow ship 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 the full Sui Overflow submission flow, following skills/data/guides/deepsurge-submission.md. The skill prepares everything the user needs to paste into the deepsurge.xyz form, validates assets to spec, generates a tight demo video script, and runs a day-of preflight gate that catches the obvious last-minute mistakes.
The skill writes everything captured to .suiperpower/submission-context.md per the phase-handoff spec. Submission stays append-only so re-runs can refine without losing prior state.
track-pick.md has named a primary track.deploy-to-testnet or deploy-to-mainnet first.pick-my-sui-track first; the form needs a primary track.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/idea-context.md: chosen idea, target user, one-liner..suiperpower/deploy-context.md: package id, env (mainnet or testnet), modules..suiperpower/track-pick.md: primary track, optional secondary..suiperpower/business-model.md and .suiperpower/retention-loop.md, used to draft the project description.A .suiperpower/submission-context.md entry following the canonical headers from skills/data/specs/phase-handoff.md:
## Submission, <timestamp>
### Hackathon
- name: Sui Overflow 2026
- portal: https://deepsurge.xyz
- track primary: <sponsor or thematic>
- track secondary: <sponsor or thematic | none>
- submission deadline: <yyyy-mm-dd HH:MM TZ>
### Project copy
- name: <project name>
- one-liner: <one sentence>
- description: <one paragraph, 80-150 words>
- problem: <one paragraph>
- solution: <one paragraph>
- why-Sui: <one paragraph naming the Sui primitives load-bearing for the project>
### Artifacts
- package id (mainnet or testnet): <0x...>
- demo URL: <https://...>
- repo URL: <https://...>
- video URL: <https://...>
- pitch deck URL: <https://...>
- logo (1280x1280, PNG, transparent OK): <path or URL>
- cover image (1920x1080, PNG): <path or URL>
### Demo video
- length: <60-180 seconds>
- script: <inline or path to script>
### Team
- members: <list of name, role, contact>
### Day-of preflight
- form fields filled: <yes | no>
- assets uploaded: <yes | no>
- demo URL reachable: <yes | no>
- video URL reachable: <yes | no>
- package id verified on the right env: <yes | no>
- pitch deck readable: <yes | no>
- track aligned with deepest sponsor integration: <yes | no>
- final submitted: <yes | no>idea-context.md, deploy-context.md, track-pick.md exist. If any are missing, route to the relevant skill.business-model.md, retention-loop.md, product-review.md, roast.md if they exist; the form copy will be sharper.idea-context.md. Sharpen for the form: under 80 characters.pick-my-sui-track says otherwise.references/video-script-template.md.skills/data/guides/deepsurge-submission.md. The skill does not auto-submit; it produces text.Project copy in submission-context.md.Day-of preflight section.sui client object output).final submitted: yes unless the user confirms the actual deepsurge.xyz submission went through.## Submission, <timestamp> block. Append-only; re-runs add a new dated block.Before reporting done:
idea-context.md and deploy-context.md.)track-pick.md?If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/video-script-template.md: 60-180 second beats, with copy slots.references/form-copy-template.md: deepsurge.xyz field-by-field copy template.Canonical:
skills/data/guides/deepsurge-submission.mdskills/data/specs/phase-handoff.mdclaude "/suiper:submit-to-sui-overflow <your message>"codex "/submit-to-sui-overflow <your message>"grok, then /submit-to-sui-overflow <your message> in the session~/.cursor/rules/submit-to-sui-overflow.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.