Metadata-Version: 2.4
Name: eicar-fw-test
Version: 0.0.1
Summary: EICAR-style firewall/scan test package (SAFE, non-malicious) for validating Sonatype IQ/Firewall publish+scan workflow.
Author: FAB Red Team (gso_rt)
License: MIT
Keywords: eicar,firewall,non-malicious,security,test
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# eicar-fw-test (Python)

**SAFE, non-malicious** EICAR-style test package. Contains only the inert EICAR
anti-malware test token. Purpose: validate the publish + IQ scan workflow of a
**private** Sonatype PyPI hosted repository.

> Note: the EICAR string does not trigger Sonatype `Security-Malicious` (Sonatype
> flags by threat-intel coordinates, not by content signature). This package tests
> the publish/scan path, not Firewall proxy quarantine.

## Build
```
python -m build
```
Produces `dist/eicar_fw_test-0.0.1-py3-none-any.whl` and `dist/eicar_fw_test-0.0.1.tar.gz`.
