malware_remediation/AGENTS.md
imre.agent 5ec6e008dc docs: rewrite README in English and add English-only AGENTS.md
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
2026-07-18 17:22:40 +02:00

798 B

AGENTS.md — repository conventions

Language: English only

All content in this repository — README, this file, commit messages, run logs, and evidence metadata — MUST be written in English. This is an English-only repository.

Purpose

Git-backed quarantine store for the malware remediator (see README.md). The repository is written primarily by the remediation tool: quarantine commits (one per malware family), run logs, and per-file evidence metadata; plus occasional operator maintenance commits.

Safety

The repository holds LIVE but INERT malware samples. Never execute or open quarantined files in a runnable environment. Consume the history with git clone --no-checkout or a bare clone so the malware blobs are never materialized as live files on disk. See README.md.