security-scanner

Detect security vulnerabilities in code, configurations, and dependencies.

224|27|Updated May 12, 2026
One-click install
npx skills add https://github.com/WrongStack/WrongStack --skill security-scanner-wrongstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scanner
Source: https://github.com/WrongStack/WrongStack/tree/main/packages/core/skills/security-scanner
Command: npx skills add https://github.com/WrongStack/WrongStack --skill security-scanner-wrongstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans code, configs, and dependencies to detect and report security vulnerabilities with actionable remediation guidance.

Core Features & Use Cases

  • Automated security scanning for code, configurations, and dependencies
  • Severity-based reporting with concrete remediation steps
  • Dependency audits via npm audit for supply-chain security

Quick Start

Scan my project for security issues and generate actionable remediation steps.

Frequently Asked Questions about security-scanner

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

FAQPage Schema
How do I scan my Node.js project for security vulnerabilities?

Security scanning identifies vulnerabilities in code, configurations, and dependencies by applying automated audits to Node.js and web projects. It enforces remediation-first reporting, automatically excludes node_modules, and integrates with npm audit for supply-chain checks.

What is dependency audit and how does it secure my project?

Dependency audit is a supply-chain security check that integrates with npm audit to detect known vulnerabilities in your project's dependencies. It delivers severity-based risk levels and concrete remediation steps to secure your Node.js or web project.

Does the security scan work with web projects and check configurations?

Yes, the security scan works with Node.js and web projects to perform configuration checks and code reviews. It detects security vulnerabilities in configurations and code, delivering severity levels and actionable remediation steps for compliance.

How do I get actionable remediation steps after a code security scan?

To get actionable remediation steps after a code security scan, the tool enforces a remediation-first reporting approach. It detects vulnerabilities in code and dependencies, then delivers concrete remediation steps based on severity levels for immediate compliance.

What is excluded when scanning for code security risks?

When scanning for code security risks, the node_modules directory is explicitly excluded from the process. The scan focuses on detecting vulnerabilities in your source code, configurations, and dependencies via npm audit for accurate supply-chain security.

When do I need to run a dependency audit for compliance?

You need to run a dependency audit for compliance when validating supply-chain security in Node.js and web projects. It detects security vulnerabilities in dependencies using npm audit, delivering risk levels and concrete remediation steps to ensure compliance.