
AegisSanitizer: Automated Ephemeral Environment Tear-Down & Sanitizer
Project Overview
AegisSanitizer is designed specifically for software developers, penetration testers, and QA engineers who work heavily with local Docker containers, temporary virtual machines, or local pipeline test environments. Leftover operational artifacts—such as orphaned Docker volumes, dangling images, temporary local database directories, and cached credentials left in workspace text files—gradually deplete disk space and present significant security vectors if forensics can extract data from persistent storage layers.
This program connects directly to local container engines and tracks system directories to execute secure cryptographic overwriting sequences upon session teardown.
Key Features
* Systemic Docker Daemon Sanitization: Sweeps down dangling container states, unused networks, and deeply buried anonymous storage volumes that standard prune configurations ignore.
* Cryptographic File Shredding: Target files containing private parameters, keys, or environmental secrets are physically overwritten multiple times using random entropy sequences (`os.urandom`) prior to deletion to block storage block restoration.
* Recursive Directory Eradication: Clears arbitrary workspace trees securely without disrupting adjacent system configurations.
* Simulation Verification: Fully integrated `–dry-run` operational parameters to map destruction patterns safely before committing execution signatures.
Local Environment Deployment
Choose the setup script corresponding to your platform profile from the `/scripts` directory:
- Linux: `bash scripts/setup_linux.sh`
- macOS: `bash scripts/setup_macos.sh`
- Windows (PowerShell): `.\scripts\setup_windows.ps1`
Usage Contexts
Simulate local directory sweep sequence
aegis-clean –path ./tmp-build-workspace –dry-run
Execute hard Docker prune and file shred sequence
aegis-clean –path ./tmp-build-workspace
Isolate systemic container daemon cache cleanup only
aegis-clean –skip-docker
$79.00Add to cart