.claude/skills/adversarial-security/SKILL.md
Pipeline de seguridad adversarial — Red Team, Blue Team, Auditor con scoring
npx skillsauth add gonzalezpazmonica/pm-workspace adversarial-securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CVSS simplificado para proyectos internos:
| Factor | Peso | Valores | |--------|------|---------| | Attack Vector | 0.3 | Network (1.0), Adjacent (0.7), Local (0.5), Physical (0.2) | | Complexity | 0.2 | Low (1.0), High (0.5) | | Privileges | 0.2 | None (1.0), Low (0.6), High (0.3) | | Impact | 0.3 | High (1.0), Medium (0.6), Low (0.3) |
score = sum(factor × peso) × 10 → escala 0-10
| Categoría | Pregunta clave | Controles típicos | |-----------|---------------|-------------------| | Spoofing | ¿Puedo suplantar a otro? | Auth, MFA, tokens | | Tampering | ¿Puedo modificar datos? | Integridad, signing, HMAC | | Repudiation | ¿Puedo negar una acción? | Audit logs, timestamps | | Info Disclosure | ¿Puedo acceder a datos? | Encryption, access control | | DoS | ¿Puedo tumbar el servicio? | Rate limiting, WAF | | Elevation | ¿Puedo escalar privilegios? | RBAC, least privilege |
# npm: audit de dependencias
npm audit --json 2>/dev/null | jq '.vulnerabilities | length'
# pip: safety check
pip-audit --format=json 2>/dev/null
# dotnet: audit
dotnet list package --vulnerable --format json 2>/dev/null
score = 100 - (critical×25 + high×10 + medium×3 + low×1) Cada fix verificado recupera los puntos. Floor: 0.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.