One-click install
npx skills add https://github.com/mr-daedalium/ostack --skill cso-mr-daedalium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cso
Source: https://github.com/mr-daedalium/ostack/tree/main/cso
Command: npx skills add https://github.com/mr-daedalium/ostack --skill cso-mr-daedalium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chief Security Officer mode enables automated security reviews by performing OWASP Top 10 audits, STRIDE threat modeling, attack surface analysis, auth flow verification, secret detection, dependency CVE scanning, supply chain risk assessment, and data classification review.

Core Features & Use Cases

  • OWASP Top 10 audit and threat modeling with STRIDE
  • Attack surface analysis for new features and deployments
  • Auth flow verification and secret detection
  • Dependency CVE scanning and supply chain risk assessment
  • Data classification review and risk reporting for compliance

Quick Start

Run the cso skill to perform a full security audit on the current codebase.

Frequently Asked Questions about cso

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

FAQPage Schema
How do I perform a security audit on my codebase for OWASP Top 10 compliance?

An OWASP Top 10 security audit checks your software systems against major vulnerability categories like injection and broken access control. This CSO-style review scans your codebase for secrets, dependency CVEs, and auth-flow issues, then generates a comprehensive risk report.

What's the best way to apply STRIDE threat modeling to new features?

The best way to apply STRIDE threat modeling is by analyzing your software system's attack surface for new features and deployments. This process identifies spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege risks to improve security posture.

How does dependency CVE scanning work for supply chain risk assessment?

Dependency CVE scanning works by checking your project's libraries against known vulnerability databases to assess supply chain risk. This automated review identifies vulnerable packages within your software systems, allowing you to remediate security threats before they reach production.

Can I automate auth flow verification and secret detection across my deployments?

Yes, you can automate auth flow verification and secret detection across your deployments. The security audit runs on demand to verify authentication mechanisms and scan your codebase for hardcoded credentials, ensuring your software systems maintain a strong security posture and compliance.

When do I need data classification review for compliance risk reporting?

You need data classification review for compliance risk reporting when handling sensitive information in your software systems. This process identifies how data is categorized and protected, forming a critical part of the CSO-style security audit to ensure regulatory compliance and mitigate data exposure risks.