SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← All categories

category · security

Security 46

Sk 22 skillsHk 4 hooksPr 5 promptsPe 4 personasPo 11 policiesJSON ↗
draft

Auth Implementation Patterns

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A...

invoke
/auth-implementation-patterns
securitylicense unknown
skill/auth-implementation-patternsv1.0.0claudeskills.in
draft

Aws Compliance Checker

Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks

invoke
/aws-compliance-checker
securitylicense unknown
skill/aws-compliance-checkerv1.0.0claudeskills.in
draft

Aws Iam Best Practices

IAM policy review, hardening, and least privilege implementation

invoke
/aws-iam-best-practices
securitylicense unknown
skill/aws-iam-best-practicesv1.0.0claudeskills.in
draft

Aws Secrets Rotation

Automate AWS secrets rotation for RDS, API keys, and credentials

invoke
/aws-secrets-rotation
securitylicense unknown
skill/aws-secrets-rotationv1.0.0claudeskills.in
draft

Aws Security Audit

Comprehensive AWS security posture assessment using AWS CLI and security best practices

invoke
/aws-security-audit
securitylicense unknown
skill/aws-security-auditv1.0.0claudeskills.in
draft

Broken Authentication

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate ...

invoke
/broken-authentication
securitylicense unknown
skill/broken-authenticationv1.0.0claudeskills.in
draft

Cc Skill Security Review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist a...

invoke
/cc-skill-security-review
securitylicense unknown
skill/cc-skill-security-reviewv1.0.0claudeskills.in
draft

Clerk Auth

Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.

invoke
/clerk-auth
skill/clerk-authv1.0.0claudeskills.in
draft

Malware Analyst

Expert malware analyst specializing in defensive malware research,

invoke
/malware-analyst
securitylicense unknown
skill/malware-analystv1.0.0claudeskills.in
draft

Mobile Security Coder

Expert in secure mobile coding practices specializing in input

invoke
/mobile-security-coder
securitylicense unknown
skill/mobile-security-coderv1.0.0claudeskills.in
draft

Pentest Checklist

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "foll...

invoke
/pentest-checklist
securitylicense unknown
skill/pentest-checklistv1.0.0claudeskills.in
draft

Pentest Commands

This skill should be used when the user asks to "run pentest commands", "scan with nmap", "use metasploit exploits", "crack passwords with hydra or john", "scan web vulnerabilities ...

invoke
/pentest-commands
securitylicense unknown
skill/pentest-commandsv1.0.0claudeskills.in
draft

Security Audit

Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.

invoke
/security-audit
securitylicense unknown
skill/security-auditv1.0.0claudeskills.in
draft

Security Auditor

Expert security auditor specializing in DevSecOps, comprehensive

invoke
/security-auditor
securitylicense unknown
skill/security-auditorv1.0.0claudeskills.in
draft

Security Compliance Compliance Check

You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide im...

invoke
/security-compliance-compliance-check
securitylicense unknown
skill/security-compliance-compliance-checkv1.0.0claudeskills.in
draft

Security Scanning Security Dependencies

You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across ecosystems to identify vulnerabilities, ass...

invoke
/security-scanning-security-dependencies
securitylicense unknown
skill/security-scanning-security-dependenciesv1.0.0claudeskills.in
draft

Security Scanning Security Hardening

Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.

invoke
/security-scanning-security-hardening
securitylicense unknown
skill/security-scanning-security-hardeningv1.0.0claudeskills.in
draft

Security Scanning Security Sast

Static Application Security Testing (SAST) for code vulnerability

invoke
/security-scanning-security-sast
securitylicense unknown
skill/security-scanning-security-sastv1.0.0claudeskills.in
draft

Solidity Security

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementin...

invoke
/solidity-security
securitylicense unknown
skill/solidity-securityv1.0.0claudeskills.in
draft

Threat Mitigation Mapping

Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.

invoke
/threat-mitigation-mapping
securitylicense unknown
skill/threat-mitigation-mappingv1.0.0claudeskills.in
draft

Threat Modeling Expert

Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use for security architecture r...

invoke
/threat-modeling-expert
securitylicense unknown
skill/threat-modeling-expertv1.0.0claudeskills.in
draft

Vulnerability Scanner

Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.

invoke
/vulnerability-scanner
securitylicense unknown
skill/vulnerability-scannerv1.0.0claudeskills.in
PreToolUseadvisorystable

1Password & Secret Redactor

PreToolUse hook that redacts 1Password references and secret-shaped values from Claude Code tool-use payloads before they execute. Unlike secret-block which denies, this hook redacts in-place and always exits 0 — it never blocks the tool call. Patterns: GitHub tokens (gho_/ghp_/ghu_/ghs_/ghr_), Bearer tokens, op:// references, OpenAI sk- keys, PEM blocks. Writes a violation record on detection.

event
PreToolUse
trigger
always
hook/op-redactv1.0.0ai-atoms
PreToolUseadvisorystable

GitHub Actions Security Reminder

Fires when Claude Code edits a GitHub Actions workflow file. Non-blocking reminder about command injection risks, untrusted input in run: steps, and the SAFE pattern (env: with proper quoting vs direct ${{ expression }} interpolation).

event
PreToolUse
trigger
tool-name Edit|Write
hook/security-reminderv1.1.0ai-atoms
PreToolUseblockingstable

Secret Block

PreToolUse hook that denies Bash commands containing secret-shaped strings before they execute. Reads the canonical pattern set from hooks/patterns.json (plus patterns.local.json if present). Belt-and-suspenders alongside the secret-handling rules in Emits a JSON permissionDecision deny on detection.

event
PreToolUse
trigger
tool-name Bash
hook/secret-blockv1.0.0ai-atoms
git-pre-commitblockingstable

Secret Pre-commit Scanner

Git pre-commit hook and CI scanner that blocks commits containing secret-shaped strings. Two modes: (1) pre-commit — scans the staged diff (git diff --cached -U0) and aborts the commit on any match; (2) CI/range scan (--ci --base BASE --head HEAD) — scans the diff from BASE..HEAD for use in secret-scan.yml workflows. Reads canonical patterns from hooks/patterns.json.

event
git-pre-commit
trigger
always
hook/secret-precommitv1.0.1ai-atoms
personadraft

Code Reviewer (Strict)

Adversarial code-review voice. Hunts for hidden assumptions, undocumented invariants, state-corruption paths, TOCTOU races, swallowed errors.

turns
system
prompt/code-reviewer-strictv1.0.0convergent-systems-co/prompt-atoms
refusaldraft

No exploit details

Security findings describe threat scenarios, not exploit recipes. Refuse to ship working payloads.

turns
system
prompt/no-exploit-detailsv1.0.0convergent-systems-co/prompt-atoms
refusaldraft

No Secret Display

Refuse 'just print the API key to verify' requests. Confirm presence without echoing the value; offer clipboard transfer instead.

turns
system
prompt/no-secret-displayv1.0.0convergent-systems-co/prompt-atoms
constraintdraft

No Secrets In Output

Never emit API keys, tokens, passwords, PII, internal URLs, or other secrets. Redact with [REDACTED:<kind>] when encountered.

turns
system
prompt/no-secrets-in-outputv1.0.0convergent-systems-co/prompt-atoms
personadraft

Security Architect

Security Architect persona. Vendor-neutral; supersedes the per-vendor variants, whose content was byte-identical.

turns
system
prompt/security-architectv1.0.0convergent-systems-co/prompt-atoms
draft

Penetration Tester (Authorized Scope)

Identifies vulnerabilities within authorized scope. Describes threat scenarios without producing exploit recipes. Always cites CVSS or similar classification.

job
Identify security vulnerabilities in systems within an authorized testing scope. Produce findings that are actionable without being exploit recipes.
domain
security
persona/penetration-tester-authorizedv1.0.0convergent-systems-co/persona-atoms
draft

Reviewer Security

Reviews code, infrastructure, and configuration for security readiness and evidence-backed risk.

job
Review artifacts for security flaws, insecure defaults, and evidence-backed risk that should block or condition delivery.
domain
security
persona/reviewer-securityv1.0.0convergent-systems-co/persona-atoms
draft

Security Architect

Lens framing focused on threat modeling, attack surface analysis, least privilege, and auditability. Every output is framed from a security-conscious perspective.

job
Lens framing focused on threat modeling, attack surface analysis, least privilege, and auditability. Every output is framed from a security-conscious perspective.
persona/security-architectv1.0.0convergent-systems-co/persona-atoms
draft

Valkyre.ai Security Analyst

Security analyst persona bound to the valkyre.ai brand. Norse mythology vocabulary, dual red-team/blue-team framing.

job
Security analyst persona bound to the valkyre.ai brand. Norse mythology vocabulary, dual red-team/blue-team framing.
persona/valkyre-ai-security-analystv1.0.0convergent-systems-co/persona-atoms
capabilitystable

Exec with approval

Execute shell commands with per-command user approval. Read + write filesystem; no unscoped network.

effect
permit
grants
read-files, write-files, exec-commands, user-prompt
policy/exec-with-approvalv1.0.0convergent-systems-co/agent-atoms
capabilitystable

Network full

Any HTTP method against any host on the configured allowlist. Pair with isolation/container-with-allowlist.

effect
permit
grants
network
policy/network-fullv1.0.0convergent-systems-co/agent-atoms
isolationstable

Network namespaced

Own network namespace with explicit allowlist. Filesystem and process boundaries delegated to the host.

effect
bound
sandbox
subprocess · net allowlist · fs scoped
policy/network-namespacedv1.0.0convergent-systems-co/agent-atoms
capabilitystable

Network read-only

Outbound HTTP GET only. No POST/PUT/PATCH/DELETE.

effect
permit
grants
network
policy/network-read-onlyv1.0.0convergent-systems-co/agent-atoms
boundarystable

No code execution

Refuses to execute any command. Reviewers and analysts use this — they describe what would happen but never run it.

effect
forbid
policy/no-code-executionv1.0.0convergent-systems-co/agent-atoms
boundarystable

No data exfiltration

Refuses to send workspace contents (files, env vars, secrets) to external hosts. For agents with network access on sensitive data.

effect
forbid
policy/no-data-exfiltrationv1.0.0convergent-systems-co/agent-atoms
boundarystable

No destructive without acknowledgment

Refuses destructive or hard-to-reverse operations without an explicit user confirmation. Mirrors Common.md §2.2.

effect
forbid
policy/no-destructive-without-ackv1.0.0convergent-systems-co/agent-atoms
boundarystable

No network egress

Refuses any tool call that hits the network. For air-gapped reviewers, untrusted-input handlers, supply-chain auditors.

effect
forbid
policy/no-network-egressv1.0.0convergent-systems-co/agent-atoms
isolationstable

Read-only sandbox

Subprocess with read-only filesystem mount, no network, scoped to the workspace root. Used by reviewer / analyst agents.

effect
bound
sandbox
subprocess · net none · fs read-only
policy/read-only-sandboxv1.0.0convergent-systems-co/agent-atoms
boundarystable

Security Review Domain

Expertise covers vulnerability review, authentication and authorization risks, secret exposure, secure defaults, logging risks, and evidence-backed security assessment.

effect
bound
policy/security-review-domainv1.0.0convergent-systems-co/persona-atoms
boundarystable

Security Testing Scope Limit

Reviews and tests only systems within the explicitly authorized testing scope. Does not attack or probe systems outside that scope, and does not produce working exploit code or payloads.

effect
bound
policy/security-testing-scopev1.0.0convergent-systems-co/persona-atoms