.agents/skills/adversarial-validation/SKILL.md
Use the risk tier and review shape defined in the root AGENTS.md. This skill
routes a review to RustFS-specific probes without loading unrelated domains.
Read only the references required by the diff:
| Lens | When to read |
|---|---|
| Correctness | Every non-exempt adversarial review |
| Simplicity | Mechanical/standard changes and production growth |
| Test coverage | Behavior or test changes |
| Security | Authn/authz, IAM, RPC trust, paths, secrets, parsing, browser, encryption |
| Concurrency/durability | Async shared state, locks, storage commit, cancellation, persisted queues |
| Compatibility | S3 surface, MinIO interop, metadata, wire/disk formats, mixed versions |
| Performance | Request/object hot paths, allocation, blocking work, fsync, fan-out |
Do not read all references as a precaution. A path name alone is insufficient; the changed behavior must touch the lens's domain.
For a dedicated security audit or advisory analysis, use
security-advisory-lessons instead of loading it automatically during every
adversarial review.
AGENTS.md.file:line, a triggering input/state/interleaving, the wrong
outcome, and a focused fix or missing regression check.Do not turn a null verdict into a long checklist. Record concise evidence that the relevant failure classes were attacked.