security-scanning
✓Automated security scanning for dependencies and code. Use when running npm audit, pip-audit, Semgrep, secret detection, or integrating security checks into CI/CD.
Installation
SKILL.md
| Critical | Any | BLOCK | | High | > 5 | BLOCK | | Moderate | > 20 | WARNING | | Low | > 50 | WARNING |
| JS dependencies | npm audit | | Python dependencies | pip-audit | | Code analysis | Semgrep | | Secrets | TruffleHog or Gitleaks | | Pre-commit | gitleaks + detect-secrets | | Shift-left | Always use pre-commit hooks |
dependency-scanning Keywords: npm audit, pip-audit, dependency, vulnerability Solves:
Automated security scanning for dependencies and code. Use when running npm audit, pip-audit, Semgrep, secret detection, or integrating security checks into CI/CD. Source: yonatangross/skillforge-claude-plugin.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill security-scanning- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is security-scanning?
Automated security scanning for dependencies and code. Use when running npm audit, pip-audit, Semgrep, secret detection, or integrating security checks into CI/CD. Source: yonatangross/skillforge-claude-plugin.
How do I install security-scanning?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill security-scanning Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/skillforge-claude-plugin
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01