vulnerability-scanner

Identify and quantify security risks in code projects.

8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/MisonL/Ling --skill vulnerability-scanner-misonl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/MisonL/Ling/tree/main/.agents/skills/vulnerability-scanner
Command: npx skills add https://github.com/MisonL/Ling --skill vulnerability-scanner-misonl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

通过自动化分析与审计,帮助开发团队在代码项目中发现并优先处理安全风险,降低潜在损失。

Core Features & Use Cases

  • Dependency audit: 校验依赖项的完整性与已知漏洞,提升供应链安全。
  • Secrets scanning: 检测代码与配置中的密钥、令牌与凭据,降低意外泄露风险。
  • Code pattern detection: 识别危险的代码模式(如注入、反序列化等)并给出修复建议。
  • Configuration checks: 审查配置与环境设置,确保最小权限与最小暴露。

Quick Start

Run the vulnerability-scanner against your project to generate a comprehensive security report.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I scan my project for security vulnerabilities and exposed secrets?

To scan for security vulnerabilities and exposed secrets, the tool validates dependencies, detects hidden keys in source files, identifies risky code patterns, and checks configurations to generate a structured report with severity levels.

What is the best way to audit npm or yarn dependencies for known risks?

Auditing npm, yarn, or pnpm dependencies for known risks involves validating dependency integrity against known vulnerabilities to quantify supply chain security gaps and prioritize remediation.

Can I detect dangerous code patterns like injection risks in my source files?

Yes, you can detect dangerous code patterns like injection or deserialization risks by scanning source files to identify risky logic and provide structured findings with suggested fixes.

Does the vulnerability scanner work across different software stacks and project sizes?

The vulnerability scanner works across software projects of any size and stack, validating security configurations, scanning dependencies, and detecting exposed secrets regardless of the ecosystem.

How do I validate security configurations to ensure minimal exposure?

Validating security configurations to ensure minimal exposure involves auditing environment settings and configuration files to verify least privilege principles and identify risky exposure points.

Why do I need to quantify security risks in my code project?

Quantifying security risks in your code project helps development teams prioritize remediation of exposed secrets, vulnerable dependencies, and dangerous code patterns through structured findings, thereby reducing potential loss.