overflow-copilot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited overflow-copilot (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 overflow-copilot idea completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track overflow-copilot idea 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.
Searches the Sui Overflow archive (deepsurge.xyz, the official submission and judging platform) for past hackathon projects relevant to a candidate idea. Returns a summary of what has been tried, what won, what failed, and where gaps remain. Helps the user position their candidate against history rather than reinventing it.
Includes structured data from the 2025 Sui Overflow winners (46 projects across 9 tracks), covering technology usage, winning patterns, and 1st place projects per track. See references/overflow-2025-winners.md for the full dataset.
This is the Sui-specific analog of a "past hackathon copilot". It only covers Sui Overflow; for ecosystem-wide research, route to competitive-landscape.
competitive-landscape.submit-to-sui-overflow.pick-my-sui-track.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
A research note appended to .suiperpower/idea-context.md (or a new file if no idea is chosen yet):
## Sui Overflow archive research, <timestamp>
### Past projects in this category
- <project>: <Overflow edition>, <track>, <one-line summary>, <outcome (winner / finalist / submitted / withdrew)>
- ...
### What worked
- <pattern>: cited project examples
### What did not work
- <pattern>: cited project examples, why
### What is missing
- <gap>: <evidence>
### Implications for the candidate
- <one paragraph: how the user should position relative to history>
### Citations
- <deepsurge.xyz links, project repos, demo videos>Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/overflow-2025-winners.md: Structured 2025 Sui Overflow winner data: technology usage, winning patterns, 1st place projects by track.references/archive-search-patterns.md: How to query the deepsurge.xyz archive efficiently.references/post-overflow-tracking.md: How to check whether a past project shipped, pivoted, or died.Knowledge docs:
skills/data/sui-knowledge/06-opensource-research.md: Open-source research workflow, also useful here.skills/data/guides/deepsurge-submission.md: Submission flow for the current Overflow.claude "/suiper:overflow-copilot <your message>"codex "/overflow-copilot <your message>"grok, then /overflow-copilot <your message> in the session~/.cursor/rules/overflow-copilot.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.