Encryption At Rest Checker
Verifies encryption status of data at rest across cloud storage locations, identifying potential security vulnerabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add encryption-at-rest-checker npx -- -y @trustedskills/encryption-at-rest-checker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"encryption-at-rest-checker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/encryption-at-rest-checker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill checks if data at rest is encrypted. It assesses whether sensitive information stored on disks, databases, or other storage media is protected using encryption techniques. The skill provides a boolean result indicating whether encryption-at-rest is enabled and configured correctly.
When to use it
- Security Audits: Verify encryption status during regular security assessments of cloud environments or on-premise infrastructure.
- Compliance Checks: Ensure adherence to regulatory requirements that mandate data encryption at rest (e.g., HIPAA, GDPR).
- Incident Response: Quickly determine if sensitive data was potentially exposed due to a lack of encryption in the event of a security incident.
- Configuration Validation: Confirm proper configuration of storage services and databases after deployment or upgrades.
Key capabilities
- Boolean result (encrypted/not encrypted)
- Assessment of data at rest configurations
Example prompts
- "Is encryption-at-rest enabled for the production database?"
- "Check if our AWS S3 buckets are configured with server-side encryption."
- "Verify that all persistent volumes in the Kubernetes cluster have encryption enabled."
Tips & gotchas
The skill's effectiveness depends on its access to relevant configuration information. Ensure the AI agent has appropriate permissions and context to accurately assess the target storage systems.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.