3 Commits
Author SHA1 Message Date
Hanzo AI 46d7c23994 chore: symlink AGENTS.md + CLAUDE.md → LLM.md 2026-04-06 15:20:22 -07:00
Hanzo Dev e75408d018 Add physical address detection to sanitizer 2025-11-12 12:25:23 -08:00
Hanzo Dev d2b8212bb6 Initial release: Agent Sanitizer v0.1.0
A standalone tool to sanitize AI agent logs for safe dataset sharing.

Features:
- Clean credentials, PII, and crypto keys from agent logs
- Support for agent, Cursor, Continue, Aider
- Interactive CLI with rich formatting
- Auto-upload to HuggingFace Hub
- Dry-run mode for safety
- Run with uvx (no installation needed)

Usage:
  uvx agent-sanitizer
  uvx agent-sanitizer --input ~/.claude/projects --upload user/dataset

Perfect for the community to share coding datasets safely!
2025-11-12 11:23:01 -08:00