ck:security-scan

Scan codebases for vulnerabilities, secrets, and dependency risks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mafvietnam/mafapp --skill ck-security-scan-mafvietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security-scan
Source: https://github.com/mafvietnam/mafapp/tree/main/.claude/skills/security-scan
Command: npx skills add https://github.com/mafvietnam/mafapp --skill ck-security-scan-mafvietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scan codebases to detect security vulnerabilities, hardcoded secrets, dependency issues, and OWASP-pattern risks, helping teams address risks early.

Core Features & Use Cases

  • Secrets detection and alerting in code
  • Dependency audit across npm, pip, and other package managers
  • Vulnerability-pattern analysis aligned with OWASP top risks
  • On-demand scans during development or pre-release to produce findings reports

Quick Start

Run a full security scan on the current project to detect secrets, dependencies, and vulnerability patterns.

Frequently Asked Questions about ck:security-scan

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

FAQPage Schema
How do I scan my codebase to detect hardcoded secrets and security vulnerabilities?

To scan for hardcoded secrets and security vulnerabilities, run a full security scan on your codebase. The scan uses configured grep-based patterns and language-specific audits to identify risks and produce a findings report.

Can I run a dependency audit across multiple ecosystems like Node and Python?

Yes, you can run a dependency audit across Node, Python, Go, and other ecosystems. The scan automatically invokes language-specific package managers like npm audit and pip audit when available to detect dependency issues.

What is the best way to identify OWASP top vulnerability patterns in a multi-language project?

The best way to identify OWASP vulnerability patterns in a multi-language project is to run an on-demand scan aligned with OWASP top risks. This process analyzes your codebase using configured references to detect and report vulnerability patterns.

Does the security scan work during development or only as a pre-release CI step?

The security scan works across development, CI, and pre-release workflows. You can run on-demand scans at any stage to detect secrets, dependency issues, and vulnerability patterns before addressing risks early in your pipeline.

How do I configure grep-based scans for custom vulnerability patterns?

You can configure custom vulnerability patterns by updating the references used for grep-based scans. The scan runs these configured patterns against your codebase to detect specific security gaps and produce findings reports.

What limitations exist when scanning ecosystems without native audit tools?

When scanning ecosystems without native audit tools like npm audit or pip audit, the security scan relies solely on configured grep-based pattern references. This limits dependency issue detection to predefined vulnerability patterns rather than live package registry checks.