mapguard is a CLI security tool that scans npm packages and published JavaScript/TypeScript bundles for accidentally included source map (.map) files that reference or embed original source code. Inspired by real-world incidents like Anthropic's accidental Claude Code source leak via a map file in their npm package, mapguard analyzes local director
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
docs: add README, usage guide, and finalize CLI error handling
839fab3View on GitHubchore: scaffold project structure with pyproject.toml and module stubs
390210cView on GitHub