infra-bootstrap
Audited by Socket on Mar 9, 2026
1 alert found:
Obfuscated FileThe skill's described purpose—orchestrating Terraform/Ansible bootstrap flows for staging and prod—aligns with its actions, wrappers, and allowed stacks/targets. The operational footprint is coherent: it intends to run provision steps, surface failures, and retry failed steps. However, there are modest security concerns because credentials may be supplied at runtime without explicit in-code handling, and the tool invokes destructive actions (destroy) only when explicitly requested by the user. The use of official wrappers and allowlisted stacks reduces risk, but since credentials and cloud interactions are involved, proper secret management and per-action confirmations remain essential. Overall, the risk is Moderate (suspicious-to-benign boundary) given the current description, with attention to credential handling and explicit user approvals for destructive steps recommended to keep it firmly within Benign/Suspicious boundaries.