Find the perfect skill
Clay Security Basics
Security
Apply Clay security best practices for secrets and access control. Use when securing API keys, implementing least privilege access, or auditing Clay security configuration.
Analyzing Network Flow Data with Netflow
Security
Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing using the Python netflow library.
Dependency CVE Scanner
Security
Scans dependency manifests (package.json, requirements.txt, etc.) for known CVEs via OSV.dev and VulnPulse, and returns a prioritized patch list.
Azure Role Selector
Security
Helps users select the most appropriate Azure role with least privilege for their desired permissions. Uses Azure documentation to find built-in roles or generates a custom role, then provides CLI commands and a Bicep snippet to assign the role.
Protocol Reverse Engineering
Security
Master packet analysis, protocol dissection, and custom protocol documentation for security research, interoperability, and debugging.
Safety Audit: Unsafe Code, Leaks, Vulkan
Security
Perform a systematic safety audit of Rust code: unsafe blocks, FFI lifetimes, memory leaks, undefined behavior, and Vulkan spec violations.
Save Custom Approach as Reusable Skill
Security
Save a successful custom approach as a reusable specialist skill. Guides the process of capturing patterns, defining parameters, and validating token budget.
Technical Writing for Security Audit Reports
Security
Writes formal security audit report content: generates detailed issue write-ups (context, impact, recommendation) and system overview / security model sections. Helps security auditors produce polished, consistent reports.
CSO - Security Auditor
Security
Chief Security Officer mode. Comprehensive security audit: secrets archaeology, supply chain, CI/CD, LLM/AI security, OWASP Top 10, STRIDE threat modeling. Daily and comprehensive modes.
Security Audit Triage
Security
Map pentest reports and CVEs to code, classify findings with evidence, assess API risk, and get prioritized fix scope. Read-only analysis before security fixes.
Multi-Layer Security Hardening Orchestration
Security
Coordinates multi-layer security hardening using specialized agents for vulnerability scanning, threat modeling, architecture review, and remediation. It implements defense-in-depth controls across application, infrastructure, and CI/CD pipelines. Best for running a structured security hardening program with prioritized fixes and compliance validation.
Safety Audit for Unsafe Rust Code
Security
Safety audit for Rust code: identifies unsafe block issues, FFI lifetime violations, memory leaks, UB, and Vulkan spec violations. Uses severity anchors and structured dimensions.