Install
$ agentstack add skill-shivae372-claude-bootstrap-security-scan ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Purpose
Run a security audit using the security-scanner sub-agent. Covers auth, injection, secrets, data exposure, and input validation. Sub-agent runs in isolation — no raw file dumps in main context.
Steps
1. Determine Scope
# Recent changes only
git diff HEAD --name-only
# Specific area (auth, API, etc.)
# User will specify
2. Delegate to Sub-agent
Use the security-scanner agent to: audit [scope — recent changes / auth module / API routes / full project]
Pay special attention to: authentication, authorization checks, input validation, and any hardcoded credentials
3. Present Results
Format as:
## Security Audit
**Risk Level**: [CRITICAL / HIGH / MEDIUM / LOW / CLEAN]
### 🔴 Critical Issues
[Must fix before deployment]
### 🟠 High Issues
[Fix before merge]
### 🟡 Medium Issues
[Address in next iteration]
### ✅ Clean Areas
[Confirmed secure]
**Recommendation**: [Deploy / Fix critical first / Full security review needed]
4. If Critical Issues Found
Immediately flag:
⛔ DEPLOYMENT BLOCKED: Critical security issue found.
Do not deploy until [specific fix] is applied.
Scope Guide
| What user says | Scope to pass to agent | |---|---| | "check auth" | Authentication and session management code | | "pre-deploy scan" | All files changed since last deploy | | "check this file" | That specific file | | "full audit" | Entire project (warn: this will take longer) | | "scan for secrets" | Use secret-detector hook + grep patterns |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shivae372
- Source: shivae372/claude-bootstrap
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.