Critical

Showing all detectors for the Python language with critical severity.

Insecure Socket Bind

Binding the socket with an empty IP address can introduce security risks.

Insecure cryptography

Weak, broken, or misconfigured cryptography can lead to security vulnerabilities.

Unsanitized input is run as code

Scripts generated from unsanitized inputs can lead to malicious behavior and inadvertently running code remotely.

Hardcoded credentials

Credentials, such as passwords and access keys, should not be hardcoded in source code.