Nick2bad4u - GitHub Security Alerts Skill

GitHub Security Alerts Skill for inspecting and managing code scanning, Dependabot, malware, and secret scanning alerts from the command line.

View on GitHub

Security Policy

Supported scope

This repository contains automation and helper scripts for GitHub repository security alert triage.

Security-sensitive areas include:

Reporting a vulnerability

If you discover a vulnerability, please avoid opening a public issue with exploit details.

Instead, contact the maintainer privately (for example via GitHub security reporting or direct private channel) and include:

  1. affected file(s) / workflow(s)
  2. reproducible steps
  3. impact assessment
  4. any suggested mitigation

Secret handling rules

PowerShell example:

$env:GITHUB_TOKEN = Get-Secret GITHUB_TOKEN -AsPlainText

Operational safety