security-scan
Security Scan
Purpose
Auto-detect and run available security scanning tools, producing a structured markdown report. Language-specific scanners activate automatically based on detected project files. Missing tools are skipped with installation guidance.
Scan Modes
| Mode | Flag | Behavior |
|---|---|---|
| Full scan (default) | (none) | Scans the entire target directory |
| Full scan (explicit) | --full |
Same as default; use to make intent explicit in scripts or CI |
| Strict mode | --strict |
Exit with non-zero code when findings are detected (for CI gates) |
Both modes scan the full directory tree. Pass --full when calling from a workflow
that combines this skill with diff-scoped reviews (e.g., security-review) so the
output header clearly identifies the scan scope.
More from nayuta/agent-skills
security-review
|
13mend-docs
Maintain and synchronize documentation files with the actual codebase (agents and skills).
13audit-docs
Validate CLAUDE.md and AGENTS.md against actual codebase structure and conventions.
12validate-fix
Iteratively run Agent Skill validation and resolve any issues found.
12mend-agent-rules
Synchronize CLAUDE.md and AGENTS.md with available agents and skills.
12skill-audit
|
10