QE Security Compliance

Automate security auditing, vulnerability scanning, and compliance validation with SAST/DAST tools.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-security-compliance-aquariuscook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QE Security Compliance
Source: https://github.com/aquariuscook/Agent_Modus_Map/tree/main/.claude/skills/qe-security-compliance
Command: npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-security-compliance-aquariuscook

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying security vulnerabilities, ensuring compliance with industry standards, and validating security configurations, thereby reducing risk and improving the overall security posture of your software.

Core Features & Use Cases

  • Vulnerability Scanning: Detects code-level vulnerabilities (SAST), dependency issues, and secrets.
  • Compliance Auditing: Validates adherence to standards like SOC2, GDPR, and HIPAA.
  • Security Gates: Enforces security policies before code merges.
  • Use Case: Before merging a new feature, use this Skill to automatically scan for critical vulnerabilities, check if the code complies with GDPR data handling requirements, and ensure no secrets were accidentally committed.

Quick Start

Run a comprehensive security scan on your source code directory.

Frequently Asked Questions about QE Security Compliance

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

FAQPage Schema
How do I automate SAST scans and check dependencies for known vulnerabilities?

To automate SAST scans and check dependencies for known vulnerabilities, you can configure automated security auditing to execute semgrep and npm-audit during your development workflow. This validates source code and dependencies automatically.

How does hardcoded secrets detection work in a CI/CD pipeline?

Hardcoded secrets detection works by scanning source code repositories for exposed credentials and sensitive data before code merges. Automated security gates enforce policies to prevent accidental secret commits from entering the pipeline.

Can I validate SOC2 and GDPR compliance automatically in my codebase?

You can validate SOC2 and GDPR compliance automatically by running compliance auditing checks against your data handling implementations. This ensures your codebase adheres to required industry standards and privacy regulations.

What is the best way to enforce security gates before merging new features?

The best way to enforce security gates before merging new features is to integrate automated vulnerability scanning and compliance validation into your pull request process. This blocks merges until critical security policies pass.

Does Trivy work with npm-audit for comprehensive vulnerability scanning?

Trivy works with npm-audit to provide comprehensive vulnerability scanning across container images and dependencies. Running both tools ensures layered detection of security flaws in your software supply chain.

Why use semgrep for SAST scans instead of other static analysis tools?

Using semgrep for SAST scans allows customizable rule enforcement for code-level vulnerabilities without complex configuration. It integrates smoothly into automated security auditing to detect patterns matching OWASP standards efficiently.