senior-secops

Execute SAST/DAST scans and generate CVE remediation plans.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-secops-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-secops
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering-team/senior-secops
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-secops-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses complex security challenges by automating vulnerability detection, compliance checks, and secure development practices, significantly reducing security risks and ensuring adherence to industry standards.

Core Features & Use Cases

  • Vulnerability Management: Scans code and dependencies for known vulnerabilities (SAST, SCA).
  • Compliance Automation: Validates adherence to frameworks like SOC 2, PCI-DSS, HIPAA, and GDPR.
  • Secure Development: Enforces secure coding patterns and integrates security into CI/CD pipelines.
  • Use Case: A development team can use this Skill to automatically scan their codebase for critical vulnerabilities before merging a pull request, preventing insecure code from reaching production.

Quick Start

Run a full security audit on the current project directory.

Frequently Asked Questions about senior-secops

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

FAQPage Schema
How do I automate vulnerability management and SAST scans for my codebase?

Vulnerability management and SAST scans are automated by executing security scripts that analyze source code and dependencies for known exposures. This process identifies critical vulnerabilities before code merges, preventing insecure deployments from reaching production environments.

Does this support compliance validation for SOC 2, PCI-DSS, HIPAA, and GDPR?

Compliance validation for SOC 2, PCI-DSS, HIPAA, and GDPR is fully supported through automated checks. The system validates adherence to these industry frameworks by analyzing security controls and generating compliance reports for infrastructure and applications.

Can I enforce secure coding patterns and security controls in CI/CD pipelines?

Secure coding patterns and security controls can be enforced directly within CI/CD pipelines. The capability integrates automated security reviews into the deployment workflow, ensuring that infrastructure hardening and authentication checks pass before code integration.

What is the best way to generate a CVE remediation plan after a security incident?

Generating a CVE remediation plan involves running security audit scripts that detect the vulnerability and output structured remediation steps. This directly addresses security incidents by providing actionable fixes for exposed dependencies and code paths.

How do I check my application for OWASP Top 10 exposures before a penetration test?

Checking for OWASP Top 10 exposures requires running SAST and DAST scans against the application directory. This validates security postures by identifying common injection flaws and broken access controls prior to active penetration testing.

What do I need to run a full security audit on a project directory?

Running a full security audit requires a project directory containing source code and dependency manifests. The audit executes vulnerability scans and compliance checks, outputting a comprehensive security posture report without external dependencies.