Skip to content

Risk Codes

This page lists all risk codes emitted by the analyzer.

NETWORK

Risk CodeDescription
NETWORK:external_network_accessOutbound HTTP/HTTPS call to an external host.
NETWORK:data_exfiltrationData sent to an external host via write-like HTTP methods.
NETWORK:remote_code_executionPotential remote content piped or executed as code.
NETWORK:credential_leakCredential-like values sent to a network destination.
NETWORK:localhost_secret_exposureSecret-like values sent to localhost/loopback.

INJECTION

Risk CodeDescription
INJECTION:command_injectionUntrusted or unsanitized input used in shell command execution.

PROMPT

Risk CodeDescription
PROMPT:prompt_overridePrompt content attempts to override system/developer intent.

DESTRUCTIVE

Risk CodeDescription
DESTRUCTIVE:destructive_behaviorDestructive operations such as delete/wipe behavior.
DESTRUCTIVE:permission_weakeningPermission weakening changes (for example broad chmod/chown adjustments).

PRIVILEGE

Risk CodeDescription
PRIVILEGE:privilege_escalationPrivilege escalation patterns (for example sudo).

PERSISTENCE

Risk CodeDescription
PERSISTENCE:persistencePersistence mechanisms (for example cron/startup/service hooks).

SECRETS

Risk CodeDescription
SECRETS:secret_accessAccess to secret-like environment variables or values.

DEPENDENCY

Risk CodeDescription
DEPENDENCY:external_importExternal import not explicitly configured by policy.

REFERENCE

Risk CodeDescription
REFERENCE:external_fileExternal file/source reference not analyzed in current run.