安全

安全扫描与漏洞检测

显示 1321-1344 / 共 2332 个技能
luisschmitzheadline

strategic-planning

luisschmitzheadline

Analyzes the founder's business context to deliver the 3 highest-impact next moves for growth (marketing or sales). Asks up to 10 diagnostic questions when needed to uncover bottlenecks, struggles, and opportunities. Use when user needs strategic guidance, next steps, growth planning, or actionable business strategy.

代码评审 23 7个月前
k1lgor

infra-architect

k1lgor

Use this for Infrastructure as Code (Terraform, CloudFormation), cloud resource setup, networking, IAM policies, and general cloud architecture.

云服务 3 7个月前
k1lgor

security-reviewer

k1lgor

Use this when the user asks for a security review, vulnerability check, or wants to know if code is safe. Focus on common issues like injection, broken auth, insecure defaults, and sensitive data exposure.

代码评审 3 7个月前
spjoshis

compliance-management

spjoshis

Master compliance management with GDPR, SOC 2, ISO 27001, audit preparation, and regulatory requirements.

数据处理 6 8个月前
ThepExcel

skill-creator-thepexcel

ThepExcel

Guide for creating and enhancing skills. Use when users want to create a new skill, update/improve an existing skill, or audit skill quality. Supports both creation from scratch and enhancement of existing skills with audit rubric scoring.

代码评审 22 7个月前
smartchainark

skill-security-audit

smartchainark

Detect malicious patterns in AI Agent skills — 13 detectors for backdoors, credential theft, data exfiltration, and supply-chain attacks. Based on SlowMist's ClawHub threat intelligence (472+ malicious skills). Pure Python, zero dependencies.

代码评审 10 7个月前
BbgnsurfTech

story-based-framing

BbgnsurfTech

This skill should be used when describing patterns or anti-patterns for detection by LLM agents across any domain (code analysis, business processes, security audits, UX design, data quality, medical diagnosis, etc.). Uses narrative storytelling structure ("The Promise" → "The Betrayal" → "The Consequences" → "The Source") to achieve 70% faster pattern identification compared to checklist or formal specification approaches. Triggers when creating pattern descriptions for any systematic analysis, detection tasks, or when delegating pattern-finding to sub-agents.

设计 21 8个月前
igbuend

encoding-bypass-anti-pattern

igbuend

"Security anti-pattern for encoding bypass vulnerabilities (CWE-838). Use when generating or reviewing code that handles URL encoding, Unicode normalization, or character set conversions before security validation. Detects validation before normalization and double-encoding issues."

数据库 8 6个月前
igbuend

cryptography-as-a-service-pattern

igbuend

Security pattern for delegating cryptographic operations and key management to an external service. Use when designing systems that should not possess cryptographic keys directly. Implementation of Cryptographic Key Management pattern. Examples include Android Keystore, iOS KeyChain, AWS KMS, Azure Key Vault, Google Cloud KMS. Reduces risk of key leakage and cipher misconfiguration.

云服务 8 6个月前
igbuend

log-injection-anti-pattern

igbuend

"Security anti-pattern for log injection vulnerabilities (CWE-117). Use when generating or reviewing code that writes to log files, handles logging of user input, or processes log data. Detects unsanitized data in log messages enabling log forging and CRLF injection."

数据处理 8 6个月前
igbuend

hardcoded-secrets-anti-pattern

igbuend

"Security anti-pattern for hardcoded credentials and secrets (CWE-798). Use when generating or reviewing code that handles API keys, passwords, database credentials, encryption keys, or any sensitive configuration. Detects embedded secrets and recommends environment variables or secret managers."

API 开发 8 6个月前
igbuend

length-extension-attacks-anti-pattern

igbuend

"Security anti-pattern for hash length extension vulnerabilities (CWE-328). Use when generating or reviewing code that uses hash(secret + message) for authentication, API signatures, or integrity verification. Detects Merkle-Damgard hash misuse."

代码生成 8 6个月前
derKlinke

find-bugs

derKlinke

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

认证鉴权 8 6个月前
ngxtm

anti-reversing-techniques

ngxtm

"Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u..."

认证鉴权 8 6个月前
igbuend

encryption-pattern

igbuend

Security pattern for implementing encryption and decryption operations. Use when encrypting data for confidentiality, selecting encryption algorithms (AES, RSA), configuring cipher modes (GCM, CBC), choosing key lengths, or implementing symmetric/asymmetric encryption. Specialization of Cryptographic action pattern addressing confidentiality requirements.

数据处理 8 6个月前
igbuend

integer-overflow-anti-pattern

igbuend

"Security anti-pattern for integer overflow vulnerabilities (CWE-190). Use when generating or reviewing code that performs arithmetic on user-controlled values, handles sizes/quantities, or calculates prices/amounts. Detects overflow in validated inputs."

代码评审 8 6个月前
igbuend

ethical-hacking-ethics

igbuend

Legal and ethical guidelines for bug bounties, pentesting, and security research. Use when conducting authorized security testing.

数据处理 8 7个月前
igbuend

missing-security-headers-anti-pattern

igbuend

"Security anti-pattern for missing security headers (CWE-16). Use when generating or reviewing web application code, server configuration, or HTTP response handling. Detects missing CSP, HSTS, X-Frame-Options, and other protective headers."

API 开发 8 6个月前
igbuend

kics

igbuend

Run Checkmarx KICS for Infrastructure as Code security scanning. Use when analyzing Terraform, CloudFormation, Kubernetes, Ansible, Dockerfile, or other IaC for misconfigurations and security issues.

云服务 8 6个月前
igbuend

debug-mode-production-anti-pattern

igbuend

"Security anti-pattern for debug mode in production (CWE-215). Use when generating or reviewing code that configures application settings, deployment configurations, or error handling. Detects hardcoded debug flags and development-only features in production."

CI/CD 8 6个月前
igbuend

jwt-misuse-anti-pattern

igbuend

"Security anti-pattern for JWT misuse vulnerabilities (CWE-287). Use when generating or reviewing code that creates, validates, or uses JSON Web Tokens. Detects 'none' algorithm attacks, weak secrets, sensitive data in payloads, and missing expiration."

认证鉴权 8 6个月前
igbuend

encrypted-tunnel-pattern

igbuend

Security pattern for channel-level encryption (TLS/SSH). Use when implementing HTTPS, securing all communication between endpoints, setting up TLS connections, or when infrastructure should handle encryption transparently. Addresses "Leak action request or data in transit" problem.

数据处理 8 6个月前
igbuend

hallucinated-packages-anti-pattern

igbuend

"Security anti-pattern for hallucinated (non-existent) packages (CWE-1357). Use when generating or reviewing AI-assisted code that imports packages, dependencies, or libraries. CRITICAL AI-specific vulnerability with 5-21% hallucination rate. Detects dependency confusion and slopsquatting risks."

向量嵌入 8 6个月前
igbuend

authentication-pattern

igbuend

Security pattern for implementing authentication in software systems. Use when designing or reviewing authentication mechanisms, implementing login systems, verifying user identity, protecting system access, or addressing OWASP authentication flaws. Provides guidance on enforcers, verifiers, evidence providers, subject registration, credential management, and security considerations.

认证鉴权 8 6个月前