tool-call-configuration-for
Audited by Socket on Sep 3, 2026
1 alert found:
AnomalyThis module is a constrained integration-plan executor for editing files within a resolved target directory, with snapshot/rollback for filesystem changes and schema/hash checks to validate plan intent. The dominant security concern is that validation_commands from the integration plan are executed directly via subprocess.run with no allowlist or sandboxing, creating a strong arbitrary-code-execution primitive if the plan JSON can be tampered with. Additionally, validation stdout/stderr are included in raised errors, increasing the chance of sensitive information leakage. No clear obfuscation or embedded malicious logic is visible in this fragment; risk is primarily tied to supply-chain trust and the correctness of confinement helpers.