ck:security

Detect and iteratively fix security vulnerabilities in codebases.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-security-auxi-wardrobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security
Source: https://github.com/auxi-wardrobe/auxi-all-in/tree/main/.agents/skills/ck-security
Command: npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-security-auxi-wardrobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your codebase is secure by performing a thorough STRIDE + OWASP-based security audit, categorizing vulnerabilities by severity, and offering the ability to fix them with auto-research patterns.

Core Features & Use Cases

  • Security Audit: Run a structured STRIDE + OWASP security audit on code, categorizing findings by severity.
  • Auto-Fixing: Apply fixes iteratively to findings using the ck:autoresearch guard pattern.
  • Use Case: Prior to a release, after adding new features, or as part of regular security reviews, use this Skill to scan your code for vulnerabilities and fix them automatically.

Quick Start

Perform a full security audit of your codebase and fix findings with auto-research: Run /ck:security full --fix --iterations 15

Frequently Asked Questions about ck:security

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

FAQPage Schema
How do I run a STRIDE and OWASP security audit on my codebase?

To run a STRIDE and OWASP security audit, execute a full scan command to automatically detect vulnerabilities and categorize them by severity. The audit handles various programming languages and applies structured security frameworks to your codebase.

Can I automatically fix vulnerabilities found during a code audit?

Yes, you can automatically fix vulnerabilities found during a code audit by enabling the auto-fixing feature. It applies fixes iteratively to the findings using an autoresearch guard pattern, allowing you to set a specific number of iterations.

What is a STRIDE-based security audit and when do I need it?

A STRIDE-based security audit is an automated process that detects security vulnerabilities in your codebase by categorizing findings by severity. You need it prior to a release, after adding new features, or during regular security reviews to ensure codebase integrity.

Does this automated security audit work with different programming languages?

Yes, the automated security audit handles various programming languages. It requires security audit tools for different language stacks to accurately detect and iteratively fix vulnerabilities across your entire codebase.

How many iterations are needed to auto-fix security vulnerabilities?

The number of iterations needed to auto-fix security vulnerabilities depends on your codebase size and issue count. You can specify the iteration limit when running the auto-fixing command, such as setting it to 15 iterations for a comprehensive fix cycle.