SECURE Workflow

Security analysis and vulnerability detection

OWASP Top 10 checks
Secret detection
Dependency scanning
Security analysis

Commands in this Workflow

Detailed documentation for each command including when to use it, what it's best for, and real-world examples.

/siftcoder:secure

Auto

Run security analysis

What It Does

Performs comprehensive security analysis including OWASP Top 10 vulnerability checks, secret detection (API keys, passwords), dependency vulnerability scanning, and security best practices validation.

Usage

/siftcoder:secure [scope]

Parameters

scopeSpecific file/directory to scan (optional, defaults to entire codebase)

When to Use

Pre-deployment security checks, regular security audits, CI/CD pipelines

Best For

Applications handling sensitive data, production deployments, security compliance

Real-World Example

/siftcoder:secure src/
# Checks: SQL injection, XSS, secrets, dependencies, auth flaws