Skip to main content

Module sandbox

Module sandbox 

Source
Expand description

Input sanitization — block dangerous payloads before ACT execution.

Structs§

SanitizeResult
Result of sanitization check.

Enums§

Threat
Threats that can be detected.

Functions§

check
Check if an input value is safe to use in ACT execution.
sanitize
Sanitize a string by removing dangerous patterns.