From buzz-crypto-bd
Audits Solana token contracts for security risks (honeypots, rug pulls, authority issues) and produces a 0-100 safety score for listing score using DexScreener, Helius, and Solana FM APIs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buzz-crypto-bd:quillshieldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze Solana token contracts for security risks before recommending them for listing on SolCex Exchange. Produce a safety score from 0-100.
Analyze Solana token contracts for security risks before recommending them for listing on SolCex Exchange. Produce a safety score from 0-100.
Use these APIs to gather contract data:
GET https://api.dexscreener.com/latest/dex/tokens/{contractAddress}
Returns: price, market cap, volume, liquidity, pair info
POST https://api.helius.xyz/v0/token-metadata?api-key={HELIUS_API_KEY}
Body: { "mintAccounts": ["{contractAddress}"] }
Returns: token metadata, authority info, supply data
GET https://api.solana.fm/v0/tokens/{contractAddress}/holders
Returns: holder distribution
🛡️ QuillShield Audit Report
Token: {name} ({symbol})
Contract: {address}
Safety Score: {score}/100 [{SAFE|CAUTION|WARNING|DANGER}]
Authority: {score}/25 — {summary}
Liquidity: {score}/25 — {summary}
Distribution: {score}/25 — {summary}
Contract: {score}/25 — {summary}
Recommendation: {APPROVE for review | MANUAL REVIEW needed | REJECT}
Risk Flags: {list of specific risks found}
npx claudepluginhub buzzbysolcex/buzz-bd-agentProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.