fork-child-directive-guardrails-202022 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fork-child-directive-guardrails-202022 (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.
Domain: agent-coordination Trigger: Apply this when a forked sub-agent inherits a conversation and must obey boilerplate guard text, cache-safe output, and explicit directive rules before running. Source Pattern: Distilled from reviewed subagent orchestration, isolation, and lifecycle implementations.
Compose the fork prompt by merging the parent assistant message with placeholder tool results, then append a distilled directive that enumerates the guardrails (no sub-agents, no chatting, execute silently). Explicitly include the <fork-boilerplate> block and the fork directive prefix so downstream cache sharing sees identical bytes for repeated forks. The directive should reinforce pointer translation, note the isolated worktree, and remind the worker that system prompts do not apply.
Fork started — processing in background) and append the directive block that lists the 10 non-negotiable rules before any user-facing output.<fork-boilerplate> tag per current cache strategy and apply fork directive prefix to keep child messages byte-identical across runs.When imploding a background worker to handle tool-heavy tasks, inject this guardrail directive before executing the fork; downstream watchers will see the same prompt scaffold and track the worker as a fork without extra moderation.
<fork-boilerplate> block or use variable placeholder text, which would invalidate cache sharing.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.