Install Press C to copy Claude Cursor Codex Any chat
$ npx skillmds@latest add buzzbysolcex/quillshield-2 Copy Copied
Installs into ~/.claude/skills (or .claude/skills inside a project). Restart Claude Code to pick it up.
Download SKILL.md Install Copied Save Share Link copied
+ Add to plugin
README badge [](https://skillmd.com/skills/buzzbysolcex/quillshield-2)Copy Copied
Trust & safety 2 of 3 audits passed Permissions this skill uses
Makes network calls
The instructions fetch remote URLs or call external services.
Works with Claude Code Claude.ai OpenAI Codex + Report a problem with this skill File contents QuillShield Skill
Description
Smart contract safety analysis and verification. Cross-references RugCheck results with on-chain contract data for comprehensive safety scoring.
Trigger
Keywords: quillshield, contract safety, verify contract, check contract, audit
Safety Checks
Mint Authority — Is mint revoked? (CRITICAL for Solana)
Freeze Authority — Is freeze disabled? (Solana)
Contract Verified — Source code verified on explorer? (EVM)
LP Locked — Is liquidity locked or burned?
Top Holder Concentration — >50% = penalty
Honeypot Detection — Can tokens be sold?
Proxy Contract — Is it upgradeable? (risk)
Data Sources
Scoring Impact
Contract verified: +10 safety points
Mint not revoked: -10 (instant kill)
LP locked: +10 safety points
Top holder >50%: -10 penalty
Usage
@buzz verify [contract_address]
@buzz safety check [contract_address]
1 --- 2 name: quillshield-2 3 description: QuillShield Skill 4 --- 5 # QuillShield Skill 6 7 ## Description 8 9 Smart contract safety analysis and verification. Cross-references RugCheck results with on-chain contract data for comprehensive safety scoring. 10 11 ## Trigger 12 13 Keywords: quillshield, contract safety, verify contract, check contract, audit 14 15 ## Safety Checks 16 17 1. **Mint Authority** — Is mint revoked? (CRITICAL for Solana) 18 2. **Freeze Authority** — Is freeze disabled? (Solana) 19 3. **Contract Verified** — Source code verified on explorer? (EVM) 20 4. **LP Locked** — Is liquidity locked or burned? 21 5. **Top Holder Concentration** — >50% = penalty 22 6. **Honeypot Detection** — Can tokens be sold? 23 7. **Proxy Contract** — Is it upgradeable? (risk) 24 25 ## Data Sources 26 27 - RugCheck API: https://api.rugcheck.xyz/v1/tokens/{address}/report (Solana) 28 - Blockscout: https://base.blockscout.com/api/v2/addresses/{address} (Base/ETH) 29 - DFlow MCP: Safety checks via OpenClaw MCP integration 30 31 ## Scoring Impact 32 33 - Contract verified: +10 safety points 34 - Mint not revoked: -10 (instant kill) 35 - LP locked: +10 safety points 36 - Top holder >50%: -10 penalty 37 38 ## Usage 39 40 @buzz verify [contract_address] 41 @buzz safety check [contract_address]
buzzbysolcex/buzz-bd-agent/tree/main/bake/skills/quillshield commit c73eae753f
Frequently asked questions How do I install the Quillshield skill? Run npx skillmds@latest add buzzbysolcex/quillshield-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Quillshield skill do? QuillShield Skill It is listed under Coding & Dev Tools on SkillMD.
Is Quillshield safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Quillshield? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Quillshield free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Quillshield? buzzbysolcex (@buzzbysolcex) published this skill. Their other Agent Skills are listed on their SkillMD profile.