Skip to content

Instantly share code, notes, and snippets.

View grausof's full-sized avatar

Francesco Grauso grausof

View GitHub Profile
#!/usr/bin/env bash
# NPM / Bun dependency scanner for compromised packages
# - Checks against a watchlist of known compromised versions
# - Scans node_modules for suspicious obfuscated malware
#
# Usage:
# ./scan-deps.sh [target_dir]
#
# Example: