CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. ruvnet
  4. /
  5. ruflo
  6. /
  7. Security Audit

Security Audit

Editor's Note

Runs comprehensive security scans across your codebase, checking for the usual suspects like SQL injection, XSS, path traversal, and hardcoded secrets. Also does CVE scanning on dependencies and can generate full audit reports. The guidance is actually helpful here: it tells you to trigger this for anything touching authentication, payments, or user data, but skip it for documentation and styling work. Commands are granular enough that you can run just input validation checks on a specific path instead of scanning everything. The threat modeling and auto-remediation scripts are nice additions if you're doing serious security work rather than just checking boxes.

Install

npx skills add https://github.com/ruvnet/ruflo --skill security-audit
Votes
0
Installs704
GitHub Stars57.5k
Categories
Security
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Security Skills

View all →
security-audit-scanner

tbartel74/Vigil-Code

0
8
Automated security scanning for Vigil Guard v2.0.0. Use for OWASP Top 10 checks, TruffleHog secret detection, npm/pip vulnerability scanning, 3-branch service security, heuristics-service audit, and CI/CD security pipelines.
convex-security-audit

waynesutton/convexskills

0
1.3k
398
Security audit patterns for authorization, data access, action isolation, rate limiting, and sensitive operations in Convex applications.
owasp-security-check

sergiodxa/agent-skills

0
830
86
Security audit framework for web applications and REST APIs covering OWASP Top 10 vulnerabilities.
security-auditor

ovachiever/droid-tings

0
759
44
Automatic detection of OWASP Top 10 vulnerabilities and insecure code patterns across your codebase.
api-security-hardening

aj-geddes/useful-ai-prompts

0
580
219
Comprehensive security middleware for REST APIs covering authentication, rate limiting, input validation, and attack prevention.
django-security

affaan-m/everything-claude-code

0
4.7k
183.5k
Django security best practices covering authentication, authorization, CSRF, SQL injection, and XSS prevention.