| name | audit-eve-agent |
| description | Use when reviewing Eve agent changes, auditing permissions/security, or after meaningful changes to agent instructions, tools, channels, subagents, hooks, or shared agent packages. |
Audit Eve Agent
Review Eve agent work for core starter risks. Keep the review practical and evidence-backed.
Workflow
- Read the changed app, package, and
.ai skill files.
- Run affected
pnpm check, pnpm typecheck, and pnpm test commands when implementation has
changed.
- Inspect whether required behavior lives in tools, hooks, or code rather than prompt-only text.
- Inspect tool and channel permissions for minimum necessary access.
- Inspect subagent boundaries and whether shared extraction is intentional.
- Inspect auth, session, and state ownership choices.
- Confirm deterministic tests exist and Eve evals remain opt-in.
- Confirm secrets and generated local state stay out of git.
Output
Lead with findings. Classify each as confirmed, plausible risk, or acceptable demo-only choice.
Include file references and exact follow-up actions.