Showing 30 of 14565 results
Wiki autoorganizado (patrΓ³n LLM Wiki de Karpathy) + capa propia de ingesta diaria de noticias: un cron recoge RSS y Claude escribe el radar del dΓa filtrado por tus temas de interΓ©s. Todo en espaΓ±ol y en Markdown plano. Basado en claude-obsidian v1.9.2 de AgriciDaniel (MIT, crΓ©dito en ATTRIBUTION.md).
Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles codex-mcp-server for direct MCP tool access to Codex.
Security Operations Team bundle β 10 agents: Red, Blue, Hunt, Patch, Chain, Sast, Siem, Resp, Zero, Phish
Secure GitHub Actions workflows β full SHA pinning for `uses:`, safe `pull_request` handling, least-privilege permissions, Dependabot updates, and shell-injection-safe `run:` steps
8 AI security specialist agents for the full Secure SDLC: threat modelling, AppSec, GRC, IaC review, AI/LLM security, and release gating. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible tool.
The pre-release security gate for any repository. Catches PII, secrets/credentials, and supply-chain risk before they ship. Runs parallel, multi-agent audits across data files, git history, source, and frontend, and consolidates them into a single severity-ranked report with a PASS / REVIEW / BLOCK verdict. Stands alone, or serves as foundry's SECURITY gate when both are installed.
Offensive security analysis suite with multi-phase penetration testing, exploit development, and remediation planning
Deep security assessment + adversarial ML red-team: SARIF-first tool orchestration, narrowly-scoped LLM agents, FP-reduction with fallback banner, compliance mapping, service-comm diagramming, and a self-owned-target red-team harness. Companion plugin to dev-team. Previously published as agentic-security-assessment.
Security tools: Code auditing, vulnerability scanning, compliance checks
SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation
from EngineerWithAI/engineerwith-agents
SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation
Expert in application security, OWASP Top 10, authentication, authorization, data protection, and se
from Eyadkelleh/awesome-claude-skills-security
Security review guidance for agent configs, MCP and filesystem exposure, red-team scenarios, and audit prompts.
from ccplugins/awesome-claude-code-plugins
from DennisLiuCk/claude-plugin-marketplace
PreToolUse security reminder hook for Claude Code. Catches 12 common security anti-patterns in Edit/Write/MultiEdit operations BEFORE they happen β command injection (exec, os.system, subprocess shell=True), XSS (innerHTML, dangerouslySetInnerHTML, document.write), SQL injection (f-string queries, .format), unsafe deserialization (pickle, yaml.unsafe_load), code injection (eval, new Function), and GitHub Actions workflow injection. Session-state caching prevents duplicate warnings; 30-day auto-cleanup. Disable per-session with ENABLE_SECURITY_REMINDER=0. Ported from David Dworken at Anthropic.