encryption-at-rest-checker
This skill provides automated assistance for encryption at rest checker tasks wit
Content Preview
--- name: encryption-at-rest-checker description: | Encryption At Rest Checker - Auto-activating skill for Security Advanced. Triggers on: encryption at rest checker, encryption at rest checker Part of the Security Advanced skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Encryption At Rest Checker ## Purpose This skill provides automated assistance for encryption at rest checker tasks wit
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/encryption-at-rest-checker.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/04-security-advanced/encryption-at-rest-checker/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/04-security-advanced/encryption-at-rest-checker/SKILL.md
Related Skills
azure-keyvault-keys-rust
Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "sign rust".
developmentazurekeyvaultkeys
by sickn33 (Antigravity) · antigravity-awesome-skills
azure-security-keyvault-keys-dotnet
Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification.
securityazuresecuritykeyvault
by sickn33 (Antigravity) · antigravity-awesome-skills
secure-code-guardian
Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities — including custom security implementations such as hashing passwords with bcrypt/argon2, sanitizing SQL queries with parameterized statements, configuring CORS/CSP headers, validating input with Zod, and setting up JWT tokens. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention, secure session management, and security hardening. For pre-built OAuth/SSO integrations or standalone security audits, consider a more specialized skill.
secure-code-guardiansecurecodeguardian
by Jeffallan · jeffallan-claude-skills
Automating Database Backups
This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery pla
skill-adapterautomating database backups
by jeremylongshore · plugins-plus-skills