prompt-context-handoff-for-agent-runtime-e6186a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited prompt-context-handoff-for-agent-runtime-e6186a (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: multi-agent Trigger: Use when a parent agent or workflow must launch a child agent with a prompt plus selected runtime state, constraints, and capabilities. Source Pattern: Distilled from reviewed subagent orchestration, fork control, and lifecycle-bound context handoff implementations.
Build the child handoff as one explicit package instead of reconstructing context implicitly at the call site. Include the task prompt, the child’s identity or role, the allowed capabilities, the relevant prior state, and any lifecycle constraints the child must respect. Strip everything the child does not need, then pass the curated package through the runner that creates the child context. This keeps startup deterministic and prevents accidental leakage of parent-only state, permissions, or tool surfaces.
When a main coding agent spawns a planning or execution child, create a handoff object containing the child prompt, selected tools, relevant messages, and the child’s role description. Pass that package into the child runner instead of letting the runner pull arbitrary parent globals.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.