| name | conu-security-guardian |
| description | Review conU privacy, security, trust, encryption, payload opacity, logging, telemetry, relay, IPC, SDK, CLI watch, and agent permission behavior. Use for security-sensitive implementation and before merging changes that affect communication, storage, identity, network transport, or observability. |
conU Security Guardian
Use this skill for security and privacy review.
Required Reading
architecture.md
.agents/Rules/SKILL.MD
.agents/skills/conu-builder/references/implementation-guardrails.md
References:
references/privacy-security-checklist.md
references/threat-model.md
Security Law
conU may route, count, deliver, retry, and observe transport metadata. It must not read, expose, store, or transform private payloads.
Review Priorities
- Payload opacity.
- Trust boundaries.
- Permission checks.
- Local identity protection.
- Relay blindness.
- Replay/dedupe behavior.
- Log and telemetry safety.
- CLI watch privacy.
- Safe failure modes.
Required Answer
For each reviewed change, state:
payload exposure risk
trust/permission risk
storage/logging risk
relay/network risk
required fixes