QuillShield Skill

Cross-reference RugCheck token safety reports with on-chain contract data to assess exploit risk.

5|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill quillshield-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QuillShield Skill
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/bake/skills/quillshield
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill quillshield-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the risk of buying or interacting with unsafe token contracts by cross-checking third-party safety reports against verifiable on-chain and explorer-backed signals.

Core Features & Use Cases

  • Authority & control checks (Solana): Flags whether mint and freeze authorities are properly revoked/disabled.
  • Verification & liquidity safety (EVM + general): Rewards verified source contracts and checks whether liquidity is locked or burned.
  • Exploit and upgradeability risk detection: Detects honeypot-like sell restrictions and identifies proxy/upgradeable contract patterns.

Quick Start

Ask the agent to verify a contract by providing its address so it can produce a safety-oriented score and key risk findings.

Frequently Asked Questions about QuillShield Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a token contract for honeypot and rugpull risks?

Token contract honeypot detection works by evaluating sellability restrictions and cross-referencing explorer data to identify honeypot-style sell constraints, producing a targeted exploit risk assessment.

How does honeypot detection work for token contracts?

Honeypot detection evaluates sellability restrictions by cross-referencing explorer data to identify honeypot-style sell constraints, producing a targeted exploit risk assessment.

Can I verify Solana token mint and freeze authority status?

You can verify Solana token mint and freeze authority status by checking on-chain contract data to confirm whether authorities are properly revoked, directly impacting your computed safety score.

How do I assess liquidity lock status for EVM token contracts?

To assess liquidity lock status for EVM token contracts, the system checks whether liquidity is locked or burned alongside verifying source code, rewarding verified contracts with a higher safety score.

Does proxy contract upgradeability affect token safety scoring?

Proxy contract upgradeability affects token safety scoring by identifying upgradeable contract patterns as risk factors, lowering the overall safety score during the contract review workflow.

What on-chain signals are needed to evaluate token exploit risk?

Evaluating token exploit risk requires on-chain signals including mint authority, freeze authority, LP lock status, top-holder concentration, honeypot detection, and proxy contract risk to compute a final safety score.