Slash Command272 estrellas del repoactualizado 10mo ago
security-scan
The security-scan command executes a comprehensive security audit on specified code or the entire codebase using the security-scanner agent. It detects vulnerabilities, identifies exposed secrets, and delivers remediation recommendations to address discovered issues.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/security-scan.md -o ~/.claude/commands/security-scan.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
security-scan.md
Use the security-scanner agent to perform a comprehensive security audit on: $ARGUMENTS. If no arguments provided, scan the entire codebase. Identify vulnerabilities, exposed secrets, and provide remediation guidance.
Del mismo repositorio
api-docsSlash Command
Launch the API documentation specialist for OpenAPI specs
apiSlash Command
Launch the API development agent for backend implementation
contentSlash Command
Alternative command for content creation
debugSlash Command
Debug an error or issue
deploySlash Command
Alternative command for DevOps deployment tasks
devopsSlash Command
Launch the DevOps specialist for CI/CD and deployment
documentSlash Command
Generate or update documentation
frontendSlash Command
Launch the frontend development agent for UI implementation