sparkfinderoven-r01-security-compliance-skills

Automate security and compliance assessments across code, dependencies, and controls.

11|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/security-skills --skill sparkfinderoven-r01-security-compliance-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparkfinderoven-r01-security-compliance-skills
Source: https://github.com/Aradotso/security-skills/tree/main/skills/sparkfinderoven-r01-security-compliance-skills
Command: npx skills add https://github.com/Aradotso/security-skills --skill sparkfinderoven-r01-security-compliance-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It reduces the time and risk involved in performing security reviews and producing compliance evidence by turning OWASP scanning, CVE checks, and compliance gap analysis into repeatable AI-driven workflows.

Core Features & Use Cases

  • OWASP vulnerability scanning with remediation: Identifies OWASP Top-10 issues and provides CVSS-aware remediation guidance for faster fixes.
  • Dependency CVE detection: Finds known vulnerabilities in project dependencies and suggests upgrade paths suitable for CI gating.
  • GDPR/SOC 2/ISO 27001 compliance audits and readiness reporting: Maps data handling and evaluates readiness across SOC 2 criteria, outputting structured reports.
  • Threat modeling and incident response playbooks: Generates STRIDE threat models and structured breach response procedures.
  • IAM least-privilege and secret detection: Audits over-permissioned roles and detects secrets using entropy and pattern checks.

Quick Start

Run an OWASP scan and output a JSON report for your project by asking for "/owasp-scan . --output json".

Frequently Asked Questions about sparkfinderoven-r01-security-compliance-skills

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

FAQPage Schema
How do I run an automated OWASP Top-10 vulnerability scan on my application code?

To run an OWASP scan, initiate the task against your project directory to automatically identify Top-10 vulnerabilities. The scan provides CVSS-aware remediation guidance and outputs structured JSON reports for faster fixes.

Can I generate GDPR and SOC 2 compliance audit reports automatically?

Yes, you can generate GDPR and SOC 2 compliance audits automatically. The tool maps your project's data handling and evaluates readiness across SOC 2 criteria, outputting structured audit-ready reports for compliance analysis.

How do I detect known CVEs in my project dependencies for CI gating?

CVE detection scans your project dependencies to find known vulnerabilities and suggests upgrade paths. This provides deterministic results suitable for CI gating to prevent vulnerable dependencies from merging.

What's the best way to create a STRIDE threat model and incident response playbook?

The best way to create a STRIDE threat model is to trigger the automated generation workflow. It produces structured STRIDE threat models and simultaneously generates structured incident response playbooks for breach procedures.

How do I audit IAM roles for least-privilege and detect hardcoded secrets?

IAM least-privilege auditing evaluates your roles to identify over-permissioned access. Simultaneously, secret detection scans your codebase using entropy and pattern checks to locate and report exposed secrets.

Do I need YAML frontmatter to define discovery for security and compliance scanning?

Yes, YAML frontmatter-defined discovery is required to configure the automated security and compliance workflows. This setup supports deterministic scripting hooks and ensures structured outputs for scanning, auditing, and workflow orchestration.