vulnhunter-skill

Detect and analyze security vulnerabilities in Solana smart contract code.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill vulnhunter-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnhunter-skill
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/infrastructure/vulnhunter-skill
Command: npx skills add https://github.com/readtheskill/readtheskill --skill vulnhunter-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the time and manual effort required to discover, triage, and report security vulnerabilities and dangerous API usage in Solana smart contract codebases by automating pattern-based hunting and structured analysis.

Core Features & Use Cases

  • Reconnaissance & Scope Definition: gather repository context and define audit boundaries before analysis.
  • Sharp Edges Scan: detect dangerous APIs and insecure coding patterns that commonly lead to exploits.
  • Variant Hunting: search for pattern variants across code using rule-based engines to surface non-obvious instances.
  • Reporting & Integration: produce structured findings and integrate with Semgrep rulesets and CodeQL queries for repeatable CI/ audit workflows.
  • Use Case: during a smart contract security review, automatically prioritize functions that call risky runtime APIs and generate remediation guidance.

Quick Start

Scan the repository at github.com/yourorg/your-solana-repo for dangerous APIs and generate a prioritized vulnerability report.

Frequently Asked Questions about vulnhunter-skill

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

FAQPage Schema
How do I detect security vulnerabilities in Solana smart contract code?

Solana vulnerability detection is performed by scanning codebases for dangerous APIs and insecure coding patterns. This Skill automates pattern-based hunting, targeting risky runtime APIs to produce prioritized findings for security audits.

Can I integrate Solana vulnerability scans with Semgrep and CodeQL?

Yes, Semgrep and CodeQL integration is supported for repeatable CI and audit workflows. The Skill outputs structured findings compatible with Semgrep rulesets and CodeQL queries to streamline continuous security monitoring.

What is the best way to find dangerous API usage in Solana repositories?

Finding dangerous Solana API usage is best handled by combining reconnaissance with sharp edges scanning. The Skill gathers repository context, defines audit boundaries, and searches for pattern variants to surface non-obvious insecure instances.

Does static analysis for Solana code require any external dependencies?

No external dependencies are required to run static analysis for Solana code. The Skill operates independently to perform reconnaissance, dangerous-API detection, and variant hunting before exporting results to external tools.

How do I automate variant hunting across a Solana codebase?

Variant hunting is automated by applying rule-based engines to search for pattern variants across Solana code. The Skill identifies non-obvious instances of dangerous patterns and generates structured reports with remediation guidance.