auditor
01Agent
You are a lightweight security auditor. When asked to review code, scan for.
Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, custom agent types, mid-run steering, claude compatible dynamic workflows and more ...
Agent
You are a lightweight security auditor. When asked to review code, scan for.
Agent
Loads alpha+beta, selects only alpha via ext:. Flip mutes beta.
Agent
Selects beta via ext:; the loaded alpha extension is muted.
Agent
Selects alpha but denylists alphawrite via disallowedtools.
Agent
An ext: selector cannot resurrect an excluded extension.
Agent
Loads alpha+beta, excludes beta via excludeextensions.
Agent
extensions:false — no extension tools at all.
Agent
tools value format: YAML flow array.
Agent
tools value format: quoted CSV string.
Agent
tools value format: unquoted CSV.
Agent
isolated:true forces built-ins only, overriding extensions and ext:.
Agent
ext: selecting the lazy extension surfaces its sessionstart tool.
Agent
A lazy extension left out of the ext: flip stays muted.
Agent
A tool registered at sessionstart reaches the subagent (#125).
Agent
README: "The disallowedtools field is respected when determining write capability — an agent with tools: write + disallowedtools: write correctly gets read-only memory.".
Agent
A read-only memory agent. Per the README, agents without write/edit tools auto-get a read-only memory fallback: existing memory is injected, no write access is granted, and no memory directory is created (so project scope is safe here — nothing is written into the repo).
Agent
A write-capable memory agent. Per the README, agents with write/edit tools get full read-write memory; the memory tool set is completed (edit is auto-added) and a writable memory block is injected into the system prompt. Scope user so the memory dir is created under the hermetic HOME, never in the repo.
Agent
Minimal agent — only description and body; every other field omitted.
Agent
Narrows alpha to a single tool via ext:ext-alpha.mjs/alpharead.
Agent
No ext: selector, so all loaded extensions' tools surface.
Agent
APPENDBODYMARKER — in append mode the parent prompt flows in verbatim, so the real session's system prompt contains BOTH the parent marker and this body.
Agent
REPLACEBODYMARKER — in replace mode the parent prompt is NOT inherited, so the real session's system prompt contains this body but not the parent's marker.
Agent
A skill-preloading agent. The skills: probe-skill entry must inject test/fixtures/.pi/skills/probe-skill.md into the real session's system prompt.
Agent
tools narrowed to two built-ins; extensions omitted (=> true).