startup
Facilitates session readiness by reviewing documentation, checking git state, and identifying tasks and blockers.
Install this skill
or
89/100
Security score
The startup skill was audited on Feb 28, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Template literal with variable interpolation in command context
SourceSKILL.md
| 67 | ```bash |
medium line 89
Curl to non-GitHub URL
SourceSKILL.md
| 89 | curl -s http://localhost:8000/health 2>/dev/null || echo "Backend not available" |
low line 89
External URL reference
SourceSKILL.md
| 89 | curl -s http://localhost:8000/health 2>/dev/null || echo "Backend not available" |
Scanned on Feb 28, 2026
View Security Dashboard