AGENTS.md@docs/security · diff
git:20260516.97ec6c2 to git:20260724.060d43c
2 added, 0 removed. Audit A to A.
# AGENTS: `security/` — Security & Provenance Documentation
Technical specification for the security documentation directory.
## File Inventory
| File | Purpose |
|------|---------|
| `README.md` | Overview with navigation links |
+ | `threat-model.md` | Repository-wide threat model: assets, attacker model, attack surfaces, threat register, and ownership map |
| `steganography.md` | Alpha-channel watermarking and QR code injection |
| `hashing_and_manifests.md` | SHA-256/512 hashing and manifest generation |
| `secure_execution.md` | `secure_run.sh` orchestration and threat model |
| `literature-fetch-security.md` | Security considerations for literature fetching |
+ | `ownership-and-promotion.md` | Sensitive ownership exceptions, required reviews, and private-project promotion attestation |
## Key Concepts
- **Four steganographic layers**: PDF metadata, cryptographic hash, alpha-channel overlay, QR code
- **Tamper detection**: SHA-256 comparison against stored manifest hashes
- **Threat model**: Unauthorized redistribution, content tampering, provenance forgery
## See Also
- [_generated/active_projects.md](../_generated/active_projects.md) — Active `projects/` names (steganography runs per discovery)
- [guides/new-project-setup.md](../guides/new-project-setup.md) — How security integrates with pipeline
- [Root AGENTS.md](../../AGENTS.md) — System-level documentation