🎯

security

🎯Skill

from pluginagentmarketplace/custom-plugin-python

VibeIndex|
What it does

Detects and prevents security vulnerabilities in Python code by implementing OWASP best practices and comprehensive vulnerability scanning.

πŸ“¦

Part of

pluginagentmarketplace/custom-plugin-python(12 items)

security

Installation

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

Skill Details

SKILL.md

Python security best practices, OWASP, and vulnerability prevention

Overview

# Python Security Skill

Overview

Implement secure Python code practices and protect applications from common vulnerabilities.

Topics Covered

Common Vulnerabilities

  • SQL injection prevention
  • Command injection
  • Path traversal
  • Deserialization attacks
  • SSRF vulnerabilities

Secure Coding

  • Input validation
  • Output encoding
  • Secure file handling
  • Secrets management
  • Environment variables

Authentication

  • Password hashing (bcrypt, argon2)
  • JWT implementation
  • Session security
  • OAuth integration
  • API key management

Dependency Security

  • pip audit usage
  • Safety scanner
  • Snyk for Python
  • Dependabot setup
  • Vulnerability databases

Security Testing

  • Bandit static analysis
  • Security unit tests
  • Penetration testing basics
  • SAST/DAST tools
  • Code review checklist

Prerequisites

  • Python fundamentals
  • Web development basics

Learning Outcomes

  • Write secure Python code
  • Prevent common attacks
  • Audit dependencies
  • Implement authentication securely