gcp-to-aws
Audited by Socket on Sep 12, 2026
1 alert found:
AnomalyNo clear evidence of intentional malware (data theft, backdoors, exfiltration, or destructive actions) is present in the provided fragment. However, the generated deployment scripts contain a significant supply-chain/tooling integrity risk: both use `eval "$@"` to execute dynamically constructed shell commands when `--execute` is provided, and they interpolate complex templated values (including system prompts/tool lists) without demonstrable escaping/quoting before `eval`. If any of those template inputs can be influenced by an attacker (e.g., compromised design config), this can become command-injection/sabotage on the deployment host. Terraform and the bridge stub appear primarily operational/observability scaffolding.