> scanning-database-security
This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabil
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/database-security-scanner?format=md"Overview
This skill empowers Claude to automatically assess the security of databases by utilizing the database-security-scanner plugin. It identifies vulnerabilities, provides OWASP compliance reports, and suggests remediation steps to improve the database's security posture.
How It Works
- Initiate Scan: The user's request triggers the database-security-scanner plugin.
- Vulnerability Assessment: The plugin scans the specified database for common vulnerabilities, including weak passwords, SQL injection risks, and insecure configurations.
- Report Generation: The plugin generates a detailed report outlining identified vulnerabilities and OWASP compliance status.
- Remediation Suggestions: The plugin provides actionable recommendations and, where possible, automated remediation scripts to address identified vulnerabilities.
When to Use This Skill
This skill activates when you need to:
- Assess the security posture of a database.
- Identify potential vulnerabilities in a database configuration.
- Ensure a database complies with OWASP security guidelines.
Examples
Example 1: Assessing PostgreSQL Security
User request: "Scan the PostgreSQL database for security vulnerabilities and generate a report."
The skill will:
- Activate the database-security-scanner plugin.
- Scan the PostgreSQL database for vulnerabilities.
- Generate a report detailing the findings and remediation recommendations.
Example 2: Checking MySQL for OWASP Compliance
User request: "Perform an OWASP compliance check on the MySQL database."
The skill will:
- Activate the database-security-scanner plugin.
- Scan the MySQL database for OWASP compliance.
- Generate a report outlining any compliance violations and suggested fixes.
Best Practices
- Database Access: Ensure Claude has the necessary credentials and permissions to access the database being scanned.
- Regular Scans: Schedule regular security scans to continuously monitor the database for new vulnerabilities.
- Remediation: Implement the suggested remediation steps to address identified vulnerabilities promptly.
Integration
This skill can be used in conjunction with other database management and security plugins to create a comprehensive database security workflow. For instance, it can be integrated with a plugin that automatically applies security patches based on the scanner's recommendations.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.