Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Dec 23:43
· 46 commits to main since this release
41322fd

Added

  • CLI tool β€” npx hulud for easy scanning (primary command)
    • scan [path] β€” Scan directory for IOCs (default command)
    • check β€” Quick check of current project
    • suspend β€” Safely suspend malicious processes with SIGSTOP
    • info β€” Show attack information and known IOCs
    • --verbose, --json, --output flags
    • Colorful terminal output with ASCII banner
  • bin/cli.js β€” Node.js CLI entry point (ESM)
  • npm package configuration for npx usage
  • Additional keywords for npm discoverability

Changed

  • package.json β€” Added bin field with hulud command, type: module, files, repository, bugs, homepage
  • Updated engines to Node.js >=18 for broader compatibility
  • Updated all documentation (README.md, cs/README.md, ROADMAP.md, cs/ROADMAP.md) to use npx hulud