defillama-sui — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited defillama-sui (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 defillama-sui idea completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track defillama-sui 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.
Fetches live DeFi metrics from DefiLlama's free API (TVL, DEX volumes, lending rates, stablecoin flows) and compares Sui against Ethereum and Solana to surface concrete market gaps. Output is a ranked list of opportunities where Sui has low presence in categories that show high demand on other chains. Every opportunity cites a specific metric.
validate-idea or a build-phase skill.deepbook-research.find-next-sui-idea.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
A research block written to .suiperpower/idea-context.md (or .suiperpower/research-defillama-<timestamp>.md if no idea is chosen yet):
## DeFi market research (DefiLlama), <timestamp>
### Sui overview
- Total TVL: $X (rank #Y across all chains)
- 24h DEX volume: $X
- Stablecoin market cap: $X
- Active protocols tracked: N
### Cross-chain comparison
| Metric | Sui | Ethereum | Solana |
|----------------|---------|----------|---------|
| TVL | ... | ... | ... |
| DEX 24h volume | ... | ... | ... |
| Lending TVL | ... | ... | ... |
| Stablecoin cap | ... | ... | ... |
### Market gaps (ranked by opportunity size)
1. <gap>: <Sui metric> vs <comparison chain metric>, <why this is an opportunity>
2. ...
### Top yield opportunities
- <pool>: <APY>, <TVL>, <protocol>, <risk notes>
### Risks
- <risk>: <mitigation>
### Data sources
- <endpoint called, timestamp, response summary>GET https://api.llama.fi/v2/chains for Sui TVL and rank.GET https://api.llama.fi/v2/historicalChainTvl/Sui for TVL trend (is it growing, flat, declining?).GET https://stablecoins.llama.fi/stablecoincharts/Sui for stablecoin market cap trend.GET https://api.llama.fi/protocols and filter where chains includes "Sui".GET https://api.llama.fi/overview/dexs/Sui for DEX volume breakdown by protocol.GET https://api.llama.fi/overview/fees/Sui for fee and revenue breakdown by protocol.GET https://yields.llama.fi/pools and filter where chain === "Sui".Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant):
references/defillama-endpoints.md: All verified DefiLlama API endpoints with response shapes.Knowledge docs:
skills/data/sui-knowledge/06-opensource-research.md: Open-source research patterns.skills/data/sui-knowledge/04-protocols-and-sdks.md: SDK and integration overview.claude "/suiper:defillama-sui <your message>"codex "/defillama-sui <your message>"grok, then /defillama-sui <your message> in the session~/.cursor/rules/defillama-sui.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.