clawsec-scanner
Automates vulnerability scanning for agent platforms, integrating dependency checks, SAST, and DAST for comprehensive security assessments.
Install this skill
Security score
The clawsec-scanner skill was audited on Jun 11, 2026 and we found 13 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 295 | const proc = spawn('npm', ['audit', '--json'], { |
Direct command execution function call
| 415 | const proc = spawn('semgrep', [ |
Template literal with variable interpolation in command context
| 129 | ```bash |
Template literal with variable interpolation in command context
| 196 | ```bash |
Template literal with variable interpolation in command context
| 219 | ```bash |
Node child_process module reference
| 292 | import { spawn } from 'node:child_process'; |
External URL reference
| 5 | homepage: https://clawsec.prompt.security |
External URL reference
| 499 | - **ClawSec Homepage**: https://clawsec.prompt.security |
External URL reference
| 500 | - **Documentation**: https://clawsec.prompt.security/scanner |
External URL reference
| 502 | - **OSV API Docs**: https://osv.dev/docs/ |
External URL reference
| 503 | - **NVD API Docs**: https://nvd.nist.gov/developers/vulnerabilities |
External URL reference
| 504 | - **Semgrep Registry**: https://semgrep.dev/explore |
External URL reference
| 505 | - **Bandit Documentation**: https://bandit.readthedocs.io/ |