🎯

security

🎯Skill

from pluginagentmarketplace/custom-plugin-sql

VibeIndex|
What it does

Enforces comprehensive database security through access control, encryption, SQL injection prevention, and audit logging.

πŸ“¦

Part of

pluginagentmarketplace/custom-plugin-sql(12 items)

security

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add pluginagentmarketplace/custom-plugin-sql
Install PluginInstall plugin from marketplace
/plugin install custom-plugin-sql@pluginagentmarketplace-sql
git cloneClone repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-sql.git
Claude CodeAdd plugin in Claude Code
/plugin load .
πŸ“– Extracted from docs: pluginagentmarketplace/custom-plugin-sql
14Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Database security, access control, and data protection

Overview

# Database Security Skill

Overview

Implement comprehensive database security including access control, encryption, and audit logging.

Topics Covered

Access Control

  • User management
  • Role-based access (RBAC)
  • Row-level security
  • Column-level permissions
  • Privilege management

SQL Injection Prevention

  • Parameterized queries
  • Input validation
  • ORM security
  • Stored procedure security
  • Application layer defense

Encryption

  • TDE (Transparent Data Encryption)
  • Column-level encryption
  • TLS/SSL connections
  • Key management
  • Encryption at rest

Auditing

  • Audit logging
  • Change tracking
  • Compliance requirements
  • Log analysis
  • Forensic investigation

Compliance

  • GDPR requirements
  • PCI-DSS compliance
  • HIPAA considerations
  • Data masking
  • Data retention policies

Prerequisites

  • SQL fundamentals
  • Security concepts

Learning Outcomes

  • Implement access control
  • Prevent SQL injection
  • Configure encryption
  • Set up audit logging