ck:security-scan

Scan codebases for security vulnerabilities, secrets, and dependency risks.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-security-scan-dattran26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security-scan
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/security-scan
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-security-scan-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scans codebases to detect security vulnerabilities, hardcoded secrets, dependency issues, and OWASP-pattern anomalies, helping teams ship safer software.

Core Features & Use Cases

  • Secrets detection across code and config using curated patterns.
  • Dependency audit with common package managers to identify known vulnerabilities.
  • Code-pattern analysis to surface typical vulnerability patterns and insecure coding practices.
  • Use Case: run before releases to reduce risk and improve security posture.

Quick Start

Run /ck:security-scan to perform a full security assessment of the current project.

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 for security vulnerabilities before a release?

To scan codebases for security vulnerabilities before a release, you can run a security assessment that analyzes code patterns, configuration files, and dependencies to identify risks. This process surfaces typical vulnerability patterns and insecure coding practices to help improve your security posture.

What is the best way to detect hardcoded secrets in code and configuration files?

Detecting hardcoded secrets in code and configuration files is best handled by using curated secret-patterns to scan your project. This identifies exposed sensitive data across your codebase, allowing you to remove or secure secrets before deployment.

Can I run a dependency audit on Node.js, Python, and Go projects?

Yes, you can run a dependency audit on Node.js, Python, and Go projects. The scan uses common package managers like npm and pip when available to identify known vulnerabilities within your project dependencies.

How does OWASP pattern analysis work for detecting insecure coding practices?

OWASP pattern analysis works by scanning your source code to identify typical vulnerability patterns and insecure coding practices. It applies these patterns to your codebase to surface anomalies and guide fixes for identified security issues.

When do I need to run a full security assessment of my current project?

You need to run a full security assessment of your current project before releases to reduce risk and improve your security posture. It is essential when you want to identify hidden vulnerabilities, exposed secrets, and dependency risks prior to shipping software.

What types of dependency risks are identified during a codebase security scan?

During a codebase security scan, dependency risks are identified by auditing common package managers for known vulnerabilities. This process checks your project dependencies against vulnerability databases to ensure safer software releases.