secagent-orchestration

secagent-orchestration is a skill for Claude Code, Codex from JesusConwellpy/secagent-skills. It costs 28 tokens per session (658 once invoked), scanned A, original, MIT.

A coordination system for assigning security checks to several specialized AI agents and combining their findings.

In plain words
What is it for?
Running reconnaissance, web-application, binary, exploit, intelligence, code-audit, post-exploitation, coordination, and general security tasks in parallel when appropriate.
Why use it?
Security reviews may involve different tasks, such as discovering services, checking source code, researching vulnerabilities, and verifying exploits.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Running reconnaissance, web-application, binary, exploit, intelligence, code-audit, post-exploitation, coordination, and general security tasks in parallel when appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jesusconwellpy/secagent-skills/secagent-orchestration
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 JesusConwellpy/secagent-skills --skill secagent-orchestration
Clone the repo
git clone --depth 1 https://github.com/JesusConwellpy/secagent-skills

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 secagent-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/jesusconwellpy/secagent-skills/secagent-orchestration/github.svg)](https://agentmods.dev/skills/jesusconwellpy/secagent-skills/secagent-orchestration)
Your own site
<a href="https://agentmods.dev/skills/jesusconwellpy/secagent-skills/secagent-orchestration"><img src="https://agentmods.dev/badge/skills/jesusconwellpy/secagent-skills/secagent-orchestration/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 secagent-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/jesusconwellpy/secagent-skills/secagent-orchestration"><img src="https://agentmods.dev/badge/skills/jesusconwellpy/secagent-skills/secagent-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 658 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.00028 $0.00658
Opus 5 $0.00014 $0.00329
Sonnet 5 $0.00006 $0.00132
Haiku 4.5 $0.00003 $0.00066

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

Security

Grade A, and why

secagent-orchestration 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 9d 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.

secagent-orchestration/SKILL.md · 88 lines

How it starts

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

SecAgent Orchestration — Sub-agent Coordination

Loading this SKILL gives you multi-agent coordination capabilities.

Available Agent Types

spawn type parameter:

recon           Recon: port scan, service discovery, subdomains, OSINT
web-analyst     Web: SQLi/XSS/LFI/SSRF/CSRF detection
binary-analyst  Binary: checksec, disassemble, ROP/shellcode
exploit-runner  Exploit: PoC execution, vuln verification (sandboxed)
intel-gatherer  Intel: CVE search, exploit-db, GitHub PoC
code-auditor    Audit: source code vulnerability discovery
post-exploit    Post-exploit: persistence, lateral movement
coordinator     Coordination: team orchestration, evidence synthesis
general         General: non-security-specific tasks

Orchestration Rules

Fan-Out (most important)

N independent tasks = N agent_spawn calls in the SAME turn. Never serialize.

Correct:
  Same turn: spawn recon "target A" + spawn recon "target B" + spawn intel "CVE search"
  → 3 agents run in parallel

Wrong:
  Wait for A → then spawn B → serial waste

Trigger Conditions

>1 target                  → spawn recon × N (parallel)
Product + version found    → spawn intel-gatherer (immediately)
Hypothesis confidence ≥0.7  → spawn specialist for verification
Exploitation path clear    → spawn exploit-runner
Binary file provided       → spawn binary-analyst

Communication Protocol

After spawn, poll for completion:
  agent_wait(id)  → blocks until agent finishes, returns {id, status, result}
  agent_result(id)→ pulls structured output for a completed agent

On completion:
  1. Read result summary
  2. Integrate — don't redo the sub-agent's work
  3. Call agent_result(id) for full output if the summary is too thin

Verification Protocol

Iron rule: ONE hypothesis per agent.

1. spawn exploit-runner with EXACT CVE ID + target
2. Returns: success/failure + evidence
3. Success → CONFIRMED, advance
4. Failure → 3-step analysis:
   a. Hypothesis wrong? → new hypothesis, new agent
   b. Test wrong? → fix, retry
   c. Target limited it? (WAF, patch, firewall) → different path or document exclusion

Read the full file on GitHub · 88 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. 9d ago First seen · 88 lines · 28 tokens per session scan A 059c3771b833

Subscribe to this mod's changes

secagent-orchestration is a skill published in the GitHub repository JesusConwellpy/secagent-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 658 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-31.

Related

Other skills, from other repositories

osint-recon

A knowledge guide for open-source intelligence, or OSINT: collecting information from publicly available sources. It covers servers, websites, domains, and, when appropriate, people.

Netw0rkNoob/VulnClaw · 42 tokens

secknowledge-skill

A knowledge base for testing the security of websites, software, and AI systems, including agents and language models.

Netw0rkNoob/VulnClaw · 321 tokens

performing-ai-assisted-vulnerability-discovery

Using LLMs to accelerate vulnerability research and pentest workflows — generating syntax-valid fuzzing seeds and evolving grammars, fine-tuned mutation dictionaries, parallel agent-based proof-of-vulnerability generation, and evidence-driven passive analysis of real HTTP traffic via the Burp MCP server. Covers…

xalgorix/xalgorix · 91 tokens

client-reverse

A workflow for analysing and replaying requests made by mobile apps, browser JavaScript, or desktop clients during authorised security testing.

Netw0rkNoob/VulnClaw · 56 tokens

redteam-crypto-detail-pack

Domain routing and boundary guidance for authorized cryptography weakness testing, including weak algorithms, padding oracles, key management errors, insecure randomness, and hash collision risks. Use when a task belongs to the cryptography testing domain and needs scope, evidence, pivot, or exit criteria.

Netw0rkNoob/VulnClaw · 62 tokens

redteam-logic-detail-pack

Domain routing and boundary guidance for authorized business logic vulnerability testing, including race conditions, flow bypass, price tampering, permission logic errors, and bulk operation abuse. Use when a task belongs to the logic testing domain and needs scope, evidence, pivot, or exit criteria.

Netw0rkNoob/VulnClaw · 61 tokens