sast_insecure_crypto
Scans source code for weak cryptographic algorithms like MD5, SHA1, and insecure random generators, identifying vulnerabilities.
Instructions
Detect weak cryptography: createHash('md5'), createHash('sha1'), Math.random() for token generation, DES/RC4 usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path containing source files to analyze |