Adversary Review

v1.2.0

Mandatory adversarial review of all agent outputs. After drafting any response, a second AI instance (sub-agent) reviews and challenges the draft before deli...

2· 47·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, and runtime instructions all focus on having a second AI review drafts; no unrelated binaries, env vars, or installs are requested. The resources the skill uses (a model API) are proportional to its goal.
Instruction Scope
Instructions explicitly tell the agent to spawn a reviewer sub-agent and send the draft to the configured model API. This is coherent, but the SKILL.md makes claims (e.g., 'Only the draft text (not full conversation history) is shared', 'Review exchanges are not persisted', 'skip review automatically for sensitive drafts') without specifying how those guarantees are implemented. The policy for detecting 'sensitive data' is left to the agent's discretion, which is vague and could lead to accidental data exposure if misapplied. Also the sessions_spawn mechanism might, depending on platform behavior, include more context than the file-only draft — the skill doesn't document how to force minimal context.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk and no external downloads are required, which minimizes install-time risk.
Credentials
The skill declares no required env vars or credentials, which is appropriate. However, it will implicitly use the agent's configured model provider credentials (to call sessions_spawn / provider APIs). That implicit use is expected for a reviewer, but users should be aware it causes additional API calls and transmits draft text to the provider.
Persistence & Privilege
Skill is not always: true, does not request elevated or persistent system privileges, and does not modify other skills' configs. Autonomous invocation is allowed (platform default) but not excessive here.
Assessment
This skill appears to do what it says, but before installing: (1) confirm how your platform's sessions_spawn behaves — whether it sends only the supplied draft or includes extra context; (2) if you handle sensitive content, prefer configuring a local reviewer model (the SKILL.md suggests this) or ensure your model provider's data-retention policy meets your needs; (3) define a strict rule for detecting 'sensitive drafts' (so automatic skipping isn't left to vague judgment); (4) expect extra latency and token costs from every response; and (5) test the skill in a low-risk environment to verify it does not leak conversation history or persist reviewer exchanges.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c9x8vdr1fzep0e4h3f1h4f58428zr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments