nuclei-scan

nuclei-scan is a skill for Claude Code, Codex from MigoXLab/webqa-agent. It costs 19 tokens per session (896 once invoked), scanned A, original, Apache-2.0.

A web security scan that checks a target URL for known vulnerabilities and produces a structured report.

In plain words
What is it for?
Scanning websites for issues such as cross-site scripting, SQL injection, and known software vulnerabilities, then summarizing the results.
Why use it?
It helps find common security problems without manually checking every possible issue. It can use a quicker, narrower scan or a deeper scan based on the request.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/migoxlab/webqa-agent/nuclei-scan
Any agent
npx skills add MigoXLab/webqa-agent --skill nuclei-scan
Clone the repo
git clone --depth 1 https://github.com/MigoXLab/webqa-agent

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 nuclei-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/migoxlab/webqa-agent/nuclei-scan.svg)](https://agentmods.dev/skills/migoxlab/webqa-agent/nuclei-scan)
Your own site
<a href="https://agentmods.dev/skills/migoxlab/webqa-agent/nuclei-scan"><img src="https://agentmods.dev/badge/skills/migoxlab/webqa-agent/nuclei-scan.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 896 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00019 $0.00896
Opus 5 $0.00010 $0.00448
Sonnet 5 $0.00004 $0.00179
Haiku 4.5 $0.00002 $0.00090

Measured 5d ago against content hash 3974d91a6cc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

nuclei-scan scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

webqa_agent/executor/flash/skills/nuclei-scan/SKILL.md · 87 lines

How it starts

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

Nuclei Scan Skill

Run a security vulnerability scan against the target URL using the built-in execute_nuclei_scan tool, and produce a structured security report.

Important: Before each tool call, output a short one-line description of what you are about to do (e.g. "Running smoke security scan on target URL"). This helps generate readable step-by-step reports.

Task wording: If the user asks for 基础 / 初步 / 基础安全漏洞 / 快速 / 冒烟 / CI 门禁-style coverage, assume they want time over breadth and use mode="smoke" (and state in the report that coverage is intentionally reduced). Only use mode="deep" when they ask for 全面 / 深度 / 穷尽 scans or comparable wording.

Prerequisites

  • execute_nuclei_scan tool must be available (check the tool list).
  • If it is missing, report: "安全扫描不可用:execute_nuclei_scan 工具未加载。"

Phase 1: Run the Scan

Call execute_nuclei_scan with the target URL. You do not need to write raw shell commands; the tool automatically handles nuclei subprocess execution, JSONL parsing, and result summarization.

Choose a smoke or deep mode based on the user's prompt.

Example:

{
  "url": "https://example.com",
  "scan_types": "xss,sqli,cve",
  "mode": "smoke"
}

Parameter notes:

  • url — the exact target URL.
  • scan_types — Comma-separated classes of vulnerabilities (cve,xss,sqli,misconfig,exposure).
  • mode"smoke" for a fast scan (omits OAST templates, shorter timeouts), "deep" for a comprehensive scan (slower).

Do not run a second full Nuclei scan against the same URL and the same (or broader) -tags just to “confirm how many hits there are” or to “see if there was only one finding.” The first scan's output is the source of truth.

Phase 2: Report

The execute_nuclei_scan tool returns a pre-formatted, translated text summary grouped by severity (Critical, High, Medium, Low, Info), including template IDs, names, and affected URLs.

Structure your final step response to the user by echoing this formatted text. For example:

Read the full file on GitHub · 87 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. 5d ago First seen · 87 lines · 19 tokens per session scan A 3974d91a6cc9

Subscribe to this mod's changes

nuclei-scan is a skill published in the GitHub repository MigoXLab/webqa-agent (230 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 896 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

case-design

Use when 根据需求文档、原型图、业务上下文、接口文档设计测试用例,或将已有Markdown测试用例转为Excel;用户提到测试用例设计、用例生成、需求转用例、用例转Excel、测试覆盖分析、测试点挖掘、风险用例识别、接口契约测试、变更接口测试时。涵盖需求澄清、规格建模、风险优先、方法动态匹配、去重与过度设计剔除、Markdown与Excel双格式按需输出;输入含接口文档时启用契约驱动分支,对变更接口做契约/规则/场景三类测试。.

xiaozhi86/qamaster · 156 tokens

requirement-review

综合的需求文档分析、评审。.

xiaozhi86/qamaster · 14 tokens

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

skill-creator-linter

Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to lint a candidate meta-skill SKILL.md against G1 (parse + reference check + xmlescape grep + structural lint) and G2 (scheduler dry-run with stub executors). Deterministic, sub-second, no LLM. Returns JSON diagnostics.

opensquilla/opensquilla · 84 tokens

paper-abstract-author

Write the abstract after the paper body has been revised, using the final claims and evidence.

opensquilla/opensquilla · 23 tokens