vapt-setup

vapt-setup is a skill for Claude Code, Codex from bhuvangupta/vapt-claude. It costs 0 tokens per session (1,595 once invoked), scanned A, original, MIT.

A setup skill that checks whether the command-line tools used by a vulnerability-assessment and penetration-testing toolkit are installed. It reports their status and gives installation commands for missing tools.

In plain words
What is it for?
Use it to check required tools such as curl, OpenSSL, Python, and Nmap, plus recommended tools such as sqlmap and nuclei.
Why use it?
It identifies missing dependencies before security tests run and shows how to install them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check required tools such as curl, OpenSSL, Python, and Nmap, plus recommended tools such as sqlmap and nuclei.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bhuvangupta/vapt-claude/vapt-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bhuvangupta/vapt-claude --skill vapt-setup
Clone the repo
git clone --depth 1 https://github.com/bhuvangupta/vapt-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vapt-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/bhuvangupta/vapt-claude/vapt-setup.svg)](https://agentmods.dev/skills/bhuvangupta/vapt-claude/vapt-setup)
Your own site
<a href="https://agentmods.dev/skills/bhuvangupta/vapt-claude/vapt-setup"><img src="https://agentmods.dev/badge/skills/bhuvangupta/vapt-claude/vapt-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01595
Opus 5 $0.00000 $0.00797
Sonnet 5 $0.00000 $0.00319
Haiku 4.5 $0.00000 $0.00160

Measured 8d ago against content hash 4fcd59f21239, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

vapt-setup scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `curl` | All skills | `curl --version` | Pre-installed | `apt install curl` |
skills/vapt-setup/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tool Dependency Checker

When Invoked

The user runs /vapt setup.

Behavior

Check for all security tools used across the VAPT skill suite, organized by tier. Display installation status and provide install commands for missing tools.

Tool Registry

Core (Required)

These tools are needed for basic functionality. Many tests are severely degraded without them.

Tool Used By Check Command Install (macOS) Install (Linux)
curl All skills curl --version Pre-installed apt install curl
openssl vapt-ssl openssl version Pre-installed apt install openssl
python3 Scripts, fallbacks python3 --version brew install python3 apt install python3
nmap vapt-network, vapt-ssl nmap --version brew install nmap apt install nmap

Recommended

Tests will use fallbacks (curl, Python scripts) when these are missing, with reduced coverage.

Tool Used By Check Command Install (macOS) Install (Linux)
sqlmap vapt-inject sqlmap --version pip install sqlmap pip install sqlmap
nuclei vapt-scan nuclei --version go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest Same
ffuf vapt-scan, vapt-api ffuf -V go install github.com/ffuf/ffuf/v2@latest Same
subfinder vapt-recon subfinder -version go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest Same
nikto vapt-scan nikto -Version brew install nikto apt install nikto
testssl.sh vapt-ssl testssl.sh --version or testssl --version brew install testssl git clone https://github.com/drwetter/testssl.sh.git

Optional

Provide additional coverage for specific test areas. Skipped tests are noted in the report.

Tool Used By Check Command Install (macOS) Install (Linux)
hydra vapt-auth hydra -h brew install hydra apt install hydra
wpscan vapt-scan wpscan --version gem install wpscan gem install wpscan
amass vapt-recon amass -version go install github.com/owasp-amass/amass/v4/...@master Same
masscan vapt-network masscan --version brew install masscan apt install masscan
dalfox vapt-inject dalfox version go install github.com/hahwul/dalfox/v2@latest Same
feroxbuster vapt-scan feroxbuster --version brew install feroxbuster apt install feroxbuster
whatweb vapt-recon whatweb --version brew install whatweb apt install whatweb
wafw00f vapt-recon wafw00f --version pip install wafw00f pip install wafw00f
sslscan vapt-ssl sslscan --version brew install sslscan apt install sslscan
arjun vapt-api arjun --help pip install arjun pip install arjun
tplmap vapt-inject python3 tplmap.py --help git clone https://github.com/epinna/tplmap.git Same
commix vapt-inject commix --version pip install commix pip install commix
websocat vapt-websocket websocat --version brew install websocat cargo install websocat
wscat vapt-websocket wscat --version npm install -g wscat npm install -g wscat
kiterunner vapt-api kr --version go install github.com/assetnote/kiterunner/cmd/kr@latest Same

Read the full file on GitHub · 121 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 121 lines · 0 tokens per session scan A 4fcd59f21239

Subscribe to this mod's changes

vapt-setup is a skill published in the GitHub repository bhuvangupta/vapt-claude (1 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,595 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

competitive-intel

Compare brands and products across social media — share of voice, sentiment, positioning, and audience overlap using Xpoz. Use when asked to "compare brands", "competitive analysis", "share of voice", "brand vs brand", or "competitive intelligence".

Aditya923-c/xpoz-agent-skills · 54 tokens

security-osint

Monitor social platforms for security threats, vulnerability discussions, and breach intelligence using Xpoz. Use when asked to "find CVE discussions", "security threat monitoring", "OSINT social media", "vulnerability intelligence", "breach mentions", or "threat intel from Twitter/Reddit".

Aditya923-c/xpoz-agent-skills · 63 tokens

influencer-discovery

Find and rank influencers by niche, engagement, and authenticity using Xpoz. Searches Twitter, Instagram, and Reddit for active voices in any topic. Use when asked to "find influencers", "discover thought leaders", "who's talking about X", "influencer research", or "find KOLs".

Aditya923-c/xpoz-agent-skills · 68 tokens

reddit-research

Search and analyze Reddit discussions for market research, product feedback, and community insights using Xpoz. Use when asked to "search Reddit", "what does Reddit think about X", "Reddit feedback on X", "subreddit analysis", or "Reddit market research".

Aditya923-c/xpoz-agent-skills · 58 tokens

social-sentiment-analyzer

Analyze brand or topic sentiment across Twitter, Reddit, and Instagram using Xpoz. Classifies posts as positive/neutral/negative, extracts recurring themes, and generates a sentiment report. Use when asked for "sentiment analysis", "what are people saying about X", "brand sentiment", or "social media opinion on X".

Aditya923-c/xpoz-agent-skills · 72 tokens

pipeline

Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…

kardebadas/claude-plugin · 80 tokens