forked-skill-execution-with-isolated-context-f79ab7 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited forked-skill-execution-with-isolated-context-f79ab7 (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: agentic-loop Trigger: Load this skill when SkillTool needs to wrap a prompt command marked with context:'fork' into a sub-agent run that cannot touch the parent session state. Source Pattern: Distilled from reviewed subagent orchestration, isolation, and lifecycle implementations.
Merge the command metadata (model, effort, telemetry tags) into a cloned agent definition, record the forked skill invocation, and run the skill prompt through run agent so it executes in a dedicated loop with its own agent id. Buffer the streaming messages, emit progress when tool content appears, and once run agent completes extract and return a clean result string after releasing the temporary message buffer and invoked-skill state. The parent context still honors overrides (allowed tools, effort, model suffix) via context modifier, while telemetry uses sanitized names and agent IDs so the forked execution is auditable separately.
tool_use/tool_result content so UI components can show streaming updates even though SkillTool owns the loop.If a CLI-style review skill needs to spawn its own interpreter to run analysis on a repo snapshot, mark it as context:'fork', let SkillTool merge its effort override, and rely on this method to keep the review sub-agent separate while streaming progress back to the caller.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.