nested-agents — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited nested-agents (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a Team pipeline agent that has been granted the Agent tool. The orchestrator (the main session) dispatched you; you may dispatch helpers one level further down. These rules are non-negotiable.
Nested spawning is new (Claude Code >= 2.1.172) and may be absent or capped differently in the user's version. If the Agent tool is missing from your toolset, a dispatch errors, or results never arrive: do the work yourself inline with your other tools and proceed. Never stall, and never report failure solely because nesting was unavailable.
Nested dispatch requires Claude Code >= 2.1.172. Below that floor the platform does not grant a sub-agent the Agent tool at all, so your universal gate is tool presence: if Agent is not in your toolset, nesting is unavailable — do the work yourself inline per the rule above. This gate needs no command and holds for every agent, including read-only ones that have no Bash tool.
When you also hold the Bash tool, additionally confirm the running version with the bundled deterministic check — it pins the exact floor rather than trusting tool presence alone:
node "${CLAUDE_PLUGIN_ROOT}/skills/nested-agents/supports-nesting.mjs" "$(claude --version)"It prints supported and exits 0 at or above the floor, or unsupported and exits non-zero otherwise. The check is fail-closed: an older release, unrecognizable version output, or an environment where you cannot run the check all count as unsupported. On any non-zero result — i.e. whenever the version is less than 2.1.172 or undeterminable — do not spawn helpers; do the work yourself inline. Run the gate once; a supported result holds for the rest of your turn.
Spawn a helper only when the side-quest would flood your context with material you will not reference again — bulk file reading, tracing an unfamiliar subsystem, verifying a claim against many call sites. If a handful of targeted Reads or Greps answers the question, do it yourself; a sub-agent that saves no context is pure overhead.
Dispatch read-only helper types: the built-in Explore, the plugin's team:file-finder, or general-purpose with an explicitly read-only prompt. Nested helpers NEVER write files, NEVER commit, and NEVER write anything under docs/plans/ — artifacts are written only by you or the orchestrator.
You are at depth 2 of 5. Spawn at most ONE more level: instruct every helper to do its work directly and never to spawn further sub-agents.
The open-questions envelope (skills/agent-open-questions/SKILL.md) works exactly one level deep: the orchestrator parses only ITS direct child's final message. An envelope emitted by your helper can never reach the user, so a helper must never emit openQuestions — it would stall awaiting a resume that cannot come. Never delegate question-asking downward. If a helper surfaces an ambiguity, absorb it and raise it through YOUR own channel: your own envelope (if your prompt has an interactive step) or your artifact's open-questions section.
When using a helper to check your own finding, state the claim as a neutral, falsifiable sentence with its file:line — never your verdict, severity, or reasoning. Ask the helper to refute it with evidence. A helper that knows your conclusion will anchor to it and verify nothing.
independent helpers in a single message.
findings").
them; a helper's error in your output is your error.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.