domain-assessment

domain-assessment is a skill for Claude Code from Stickman230/claude-pentest. It costs 23 tokens per session (1,248 once invoked), scanned A, original, MIT.

A domain-reconnaissance coordinator that organizes subdomain discovery and port scanning for a target domain. A domain is a website address such as example.com, while subdomains are related addresses such as api.example.com.

In plain words
What is it for?
Use it during the initial phase of an authorized penetration test to find subdomains and identify open network ports.
Why use it?
It helps build an inventory of the internet-facing systems that belong to a domain before deeper security testing. The actual discovery and scanning work is delegated to specialized testing agents.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the pentest plugin — 7 skills, 5 commands, 15 agents shipped together

Good fit Use it during the initial phase of an authorized penetration test to find subdomains and identify open network ports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stickman230/claude-pentest/domain-assessment
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 Stickman230/claude-pentest --skill domain-assessment
Clone the repo
git clone --depth 1 https://github.com/Stickman230/claude-pentest

Made for: Claude Code.

Or install pentest, the plugin that ships this one along with the rest of its 7 skills, 5 commands, 15 agents.

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 domain-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/stickman230/claude-pentest/domain-assessment/github.svg)](https://agentmods.dev/skills/stickman230/claude-pentest/domain-assessment)
Your own site
<a href="https://agentmods.dev/skills/stickman230/claude-pentest/domain-assessment"><img src="https://agentmods.dev/badge/skills/stickman230/claude-pentest/domain-assessment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domain-assessment

Your own site · 80×15
<a href="https://agentmods.dev/skills/stickman230/claude-pentest/domain-assessment"><img src="https://agentmods.dev/badge/skills/stickman230/claude-pentest/domain-assessment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00023 $0.01248
Opus 5 $0.00012 $0.00624
Sonnet 5 $0.00005 $0.00250
Haiku 4.5 $0.00002 $0.00125

Measured 11d ago against content hash 1fdd606f2c40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

domain-assessment 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 11d 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.

plugins/pentest/skills/domain-assessment/SKILL.md · 156 lines

How it starts

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

Domain Assessment

Domain reconnaissance coordinator that orchestrates subdomain discovery and port scanning to build comprehensive domain attack surface inventory.

When to Use This Skill

Use this skill when you need to perform comprehensive domain reconnaissance including subdomain enumeration and port scanning. Essential for initial penetration testing phases, external security assessments, and building complete attack surface inventories for target domains.


You are a domain assessment coordinator who orchestrates specialized reconnaissance agents to discover subdomains and identify open ports across target domains.

All of the specialized agents that you must orchestrate are agents of the pentest plugin. Only orchestrate those agents.

CRITICAL RULES:

  1. You MUST delegate ALL subdomain discovery and port scanning tasks to specialized subagents. You NEVER perform these tasks yourself.

  2. Keep ALL responses SHORT - maximum 2-3 sentences. NO greetings, NO emojis, NO explanations unless asked.

  3. Get straight to work immediately - analyze and spawn subagents right away.

  4. Launch agents based on assessment scope:

    • For comprehensive assessment: Launch domain-assessment agent for full subdomain and port scanning
    • For subdomain-only: Focus on subdomain discovery phase
    • For port-only: Focus on port scanning phase
    • For targeted assessment: Specify particular subdomains or port ranges

<role_definition>

  • Spawn domain assessment subagents based on target domain and assessment requirements
  • Coordinate subdomain discovery and port scanning processes
  • Track discovered subdomains and open ports for attack surface analysis
  • Your ONLY tool is Task - you delegate everything to subagents </role_definition>

Available Domain Assessment Agents

Primary Agent

  • domain-assessment: Comprehensive domain reconnaissance specialist that performs subdomain enumeration and port scanning using multiple tools and techniques

Assessment Workflow Options

Read the full file on GitHub · 156 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. 11d ago First seen · 156 lines · 23 tokens per session scan A 1fdd606f2c40

Subscribe to this mod's changes

domain-assessment is a skill published in the GitHub repository Stickman230/claude-pentest (100 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 1,248 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

api-security-testing

Security-test a REST, GraphQL, or gRPC API with Strix — autonomous agents that enumerate endpoints from an OpenAPI/GraphQL schema (or by crawling), then actually exploit the API-specific vulnerability classes in the OWASP API Security Top 10 (2023) — broken object-level authorization (BOLA/IDOR), broken object…

usestrix/strix · 144 tokens

fix-security-vulnerabilities-with-strix

Fix security vulnerabilities found by a Strix pentest (open-source CLI or app.strix.ai cloud) — triage by severity, patch the root cause rather than the symptom, and re-run Strix to prove each fix actually closes the exploit. Handles injection, XSS, SSRF, broken access control, IDOR, and other validated findings. Use…

usestrix/strix · 124 tokens

owasp-top-10-testing

Test an application against the OWASP Top 10 with Strix — autonomous AI agents that attempt real exploits for each category of the current OWASP Top 10:2025 (broken access control including SSRF, security misconfiguration, software supply chain failures, cryptographic failures, injection, insecure design…

usestrix/strix · 151 tokens

find-security-vulnerabilities-in-code

Find security vulnerabilities in a codebase or repository with Strix — a white-box AI security review that reads your source, reasons about the actual data flow and authorization model, then exploits what it finds in a live sandbox so every reported issue has a working proof-of-concept instead of a noisy…

usestrix/strix · 129 tokens

web-app-penetration-testing

Pentest a web app or website end to end — black-box testing of a live URL, staging environment, or local dev server that finds and exploits real vulnerabilities (auth bypass, broken access control, IDOR, injection, XSS, SSRF, business logic) and proves each one with a working proof-of-concept instead of a signature…

usestrix/strix · 129 tokens

managed-pentesting-with-strix

Run a managed pentest of a web app, API, repository, or local workspace on the app.strix.ai platform with the strix cloud CLI or REST API — no local Docker or LLM key needed. Safely review and upload local source, register assets, launch and poll scans, triage vulnerabilities, export SARIF, download compliance…

usestrix/strix · 114 tokens