Rewrite the quarantine-store README in English and add an AGENTS.md that declares this an English-only repository. Also drop an external internal repository reference from the README so the store description is self-contained. Assisted-by: claude-code@claude-opus-4-8
17 lines
691 B
Markdown
17 lines
691 B
Markdown
# Quarantine git-store — WARNING: LIVE BUT INERT MALWARE SAMPLES
|
|
|
|
This repository is the git-backed quarantine store of the malware
|
|
remediator. It follows a git-backed granular remediation and recovery
|
|
model: each quarantine commit corresponds to a single malware family and
|
|
is individually revertable.
|
|
|
|
**The contents are LIVE but INERT malware samples.** Do NOT execute or
|
|
open the files in any runnable or interpretable environment (browser,
|
|
PHP/Python interpreter, shell). Storage serves evidence and recovery
|
|
purposes only.
|
|
|
|
Selective restore of a single quarantine commit: `git revert <sha>`.
|
|
|
|
Access is restricted to the authorized operator group — this repository
|
|
is NOT public.
|