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 May 14, 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
| 287 | const proc = spawn('npm', ['audit', '--json'], { |
Direct command execution function call
| 407 | const proc = spawn('semgrep', [ |
Template literal with variable interpolation in command context
| 121 | ```bash |
Template literal with variable interpolation in command context
| 188 | ```bash |
Template literal with variable interpolation in command context
| 211 | ```bash |
Node child_process module reference
| 284 | import { spawn } from 'node:child_process'; |
External URL reference
| 5 | homepage: https://clawsec.prompt.security |
External URL reference
| 491 | - **ClawSec Homepage**: https://clawsec.prompt.security |
External URL reference
| 492 | - **Documentation**: https://clawsec.prompt.security/scanner |
External URL reference
| 494 | - **OSV API Docs**: https://osv.dev/docs/ |
External URL reference
| 495 | - **NVD API Docs**: https://nvd.nist.gov/developers/vulnerabilities |
External URL reference
| 496 | - **Semgrep Registry**: https://semgrep.dev/explore |
External URL reference
| 497 | - **Bandit Documentation**: https://bandit.readthedocs.io/ |