Validate encryption implementations and cryptographic practices. Use when reviewing data security measures. Trigger with 'check encryption', 'validate crypto', or 'review security keys'.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: encrypting-and-decrypting-data description: Validate encryption implementations and cryptographic practices. Use when reviewing data security measures. Trigger with 'check encryption', 'validate crypto', or 'review security keys'. version: 1.0.0 allowed-tools: "Read, Write, Edit, Grep, Glob, Bash(security:), Bash(scan:), Bash(audit:*)" license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
Encryption Tool
This skill provides automated assistance for encryption tool tasks.
Overview
This skill empowers Claude to handle data encryption and decryption tasks seamlessly. It leverages the encryption-tool plugin to provide a secure way to protect sensitive information, ensuring confidentiality and integrity.
How It Works
- Identify Encryption/Decryption Request: Claude analyzes the user's request to determine whether encryption or decryption is required.
- Select Encryption Method: Claude prompts the user to specify the desired encryption algorithm (e.g., AES, RSA). If not specified, a default secure method is chosen.
- Execute Encryption/Decryption: Claude utilizes the encryption-tool plugin to perform the encryption or decryption operation on the provided data or file.
- Return Encrypted/Decrypted Data: Claude presents the encrypted or decrypted data to the user, or saves the result to a file as requested.
When to Use This Skill
This skill activates when you need to:
- Encrypt sensitive data before storage or transmission.
- Decrypt previously encrypted data for access or processing.
- Generate encrypted files for secure archiving.
Examples
Example 1: Encrypting a Text File
User request: "Encrypt the file 'sensitive_data.txt' using AES."
The skill will:
- Activate the encryption-tool plugin.
- Encrypt the contents of 'sensitive_data.txt' using AES encryption.
- Save the encrypted data to a new file (e.g., 'sensitive_data.txt.enc').
Example 2: Decrypting an Encrypted File
User request: "Decrypt the file 'confidential.txt.enc'."
The skill will:
- Activate the encryption-tool plugin.
- Decrypt the contents of 'confidential.txt.enc' using the appropriate decryption key (assumed to be available or prompted for).
- Save the decrypted data to a new file (e.g., 'confidential.txt').
Best Practices
- Key Management: Always store encryption keys securely and avoid hardcoding them in scripts.
- Algorithm Selection: Choose encryption algorithms based on the sensitivity of the data and the required security level. Consider industry best practices and compliance requirements.
- Data Integrity: Implement mechanisms to verify the integrity of encrypted data to detect tampering or corruption.
Integration
This skill can be integrated with other Claude Code plugins, such as file management tools, to automate the encryption and decryption of files during data processing workflows. It can also be combined with security auditing tools to ensure compliance with security policies.
Prerequisites
- Access to codebase and configuration files in {baseDir}/
- Security scanning tools installed as needed
- Understanding of security standards and best practices
- Permissions for security analysis operations
Instructions
- Identify security scan scope and targets
- Configure scanning parameters and thresholds
- Execute security analysis systematically
- Analyze findings for vulnerabilities and compliance gaps
- Prioritize issues by severity and impact
- Generate detailed security report with remediation steps
Output
- Security scan results with vulnerability details
- Compliance status reports by standard
- Prioritized list of security issues by severity
- Remediation recommendations with code examples
- Executive summary for stakeholders
Error Handling
If security scanning fails:
- Verify tool installation and configuration
- Check file and directory permissions
- Validate scan target paths
- Review tool-specific error messages
- Ensure network access for dependency checks
Resources
- Security standard documentation (OWASP, CWE, CVE)
- Compliance framework guidelines (GDPR, HIPAA, PCI-DSS)
- Security scanning tool documentation
- Vulnerability remediation best practices
More by jeremylongshore
View allRabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.
evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".
building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.
