vulnerability-scanner

Scan software repositories for security vulnerabilities and risky implementation patterns.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pckienuit/GameDev1 --skill vulnerability-scanner-pckienuit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/pckienuit/GameDev1/tree/main/.cursor/skills/vulnerability-scanner
Command: npx skills add https://github.com/pckienuit/GameDev1 --skill vulnerability-scanner-pckienuit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The vulnerability-scanner Skill helps you quickly assess a code repository for security weaknesses, exposed secrets, unsafe patterns, and risky configuration before they become incidents.

Core Features & Use Cases

  • Supply Chain Review: Checks dependency hygiene and lock-file coverage to reduce third-party risk.
  • Secret Discovery: Flags likely hardcoded credentials, tokens, and sensitive connection strings.
  • Code Pattern Analysis: Looks for dangerous constructs such as injection-prone concatenation, unsafe deserialization, and disabled security controls.
  • Configuration Review: Identifies weak security settings like debug mode, permissive CORS, and missing header hardening.
  • Use Case: A developer can run this Skill on a game or app repository before release to prioritize the highest-risk findings and decide what to fix first.

Quick Start

Use the vulnerability-scanner skill to analyze this repository for dependency, secret, code-pattern, and configuration risks, then summarize the highest-priority findings with clear remediation guidance.

Frequently Asked Questions about vulnerability-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a code repository for security vulnerabilities and exposed secrets?▼

A security audit of a repository identifies exposed secrets, risky code patterns, and dependency risks. It applies OWASP-oriented validation to supply chain integrity, configuration files, and source code, yielding prioritized findings with clear remediation guidance.

What does supply chain security review check in a software project?▼

A supply chain security review checks dependency hygiene and lock-file coverage to reduce third-party risk. It validates dependency manifests to identify vulnerable external libraries and risky implementation patterns before they become incidents.

Can I detect hardcoded credentials and tokens in my source code?▼

Yes, secret discovery flags likely hardcoded credentials, tokens, and sensitive connection strings in source code and configuration files. This detects exposed credentials during security reviews, pre-merge audits, and incident response triage.

How do I identify dangerous code constructs and weak configuration settings?▼

Code pattern analysis identifies dangerous constructs like injection-prone concatenation and unsafe deserialization, while configuration review detects weak settings like debug mode and permissive CORS. This flags misconfiguration indicators and disabled security controls.

When do I need a vulnerability scan before a software release?▼

You need a vulnerability scan before a software release to prioritize the highest-risk findings and decide what to fix first. It validates supply chain integrity, exposed credentials, and dangerous code constructs during pre-merge audits and incident response triage.