mols-agent-asset-studio
Audited by Socket on Aug 12, 2026
1 alert found:
SecurityThis code is not inherently malicious by itself; it is a command-execution wrapper that executes profile-defined argv via subprocess.run(shell=False) when explicitly enabled. The main security concern is supply-chain/execution risk: if an attacker can tamper with discover_profile inputs or the profile content that defines local_commands (and possibly policy), they can drive arbitrary command execution inside the validated project-root working directory. The policy blocking for network and package installation is narrow and likely bypassable through other tools, alternate invocation forms, or indirect installers. Data exposure risk also depends on the correctness of redact_text for stdout/stderr included in the emitted report. Overall: high security risk in the presence of untrusted/compromisable profiles; low evidence of overt malware logic in this module.