security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provid
90/100
Security score
The security-review skill was audited on Mar 16, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 352
Node.js base64 decode
SourceSKILL.md
| 350 | const isValid = verify( |
| 351 | Buffer.from(message), |
| 352 | Buffer.from(signature, 'base64'), |
| 353 | Buffer.from(publicKey, 'base64') |
| 354 | ) |
medium line 353
Node.js base64 decode
SourceSKILL.md
| 351 | Buffer.from(message), |
| 352 | Buffer.from(signature, 'base64'), |
| 353 | Buffer.from(publicKey, 'base64') |
| 354 | ) |
| 355 | return isValid |
Scanned on Mar 16, 2026
View Security Dashboard