Skip to content

Instantly share code, notes, and snippets.

View nisimura0's full-sized avatar

Tetsurou Nishimura nisimura0

  • Ricoh Co., Ltd.
View GitHub Profile
@nisimura0
nisimura0 / scan.sh
Created September 10, 2025 07:39 — forked from erik1o6/scan.sh
scan_vulnerable_packages
#!/usr/bin/env bash
set -euo pipefail
# Simple security scanner for vulnerable npm packages
# Checks all repos in an organization for specific package versions
#
# REQUIREMENTS FOR MACOS:
# -----------------------
# 1. Install GitHub CLI:
# brew install gh