cloud-weaver-repo-setup
Audited by Socket on Sep 14, 2026
8 alerts found:
Securityx3Anomalyx5The code appears to be legitimate deployment automation, but it carries substantial supply-chain and privileged-execution risk. The unversioned remote curl|bash installer executed as root is the primary concern, followed by unpinned SSH host trust and deployment of a root-running Telegram/LLM agent with a persistent bot token. No direct malicious payload is visible in this fragment; assessment of the installer and Hermes package is required before trust.
This is a destructive but apparently purpose-built cloud cleanup script. It deletes named Locaweb Cloud resources using credentials supplied by the operator. The main security concern is irreversible deletion and the ability to override the API endpoint, which could expose credentials if misconfigured. There is no clear evidence of malware, data exfiltration, persistence, or obfuscation. The displayed fragment is syntactically incomplete at the final main invocation.
The workflow appears to implement legitimate cloud provisioning and Kamal deployment behavior. No direct evidence of malware or intentional data theft is present. Security risk is primarily supply-chain and CI privilege risk: the reusable workflow, actions, and Kamal gem are not all immutably pinned, and infrastructure output is appended to GITHUB_ENV without validation. Pin external actions and the reusable workflow to reviewed commit SHAs, pin Kamal to a verified version, validate infra_env, and minimize deployment token and SSH-key exposure.
This is a repository setup and GitHub publishing utility rather than apparent malware. It uses subprocess with argument arrays and does not invoke a shell or contain obfuscated or unauthorized behavior. Its main security risk is intentional but potentially hazardous bulk publication of the current directory, including secrets, combined with optional public repository creation. The shown code is syntactically incomplete and would fail to run as provided.
No direct malicious behavior is evident in this workflow. It is a legitimate infrastructure provisioning and deployment workflow, but it has meaningful supply-chain and CI security risks: an external reusable workflow and multiple actions are not pinned to immutable commits, Kamal is installed from an unpinned latest RubyGems release, and infra_env is written directly to GITHUB_ENV without validation. Review and pin trusted dependencies, constrain or validate infra_env, and minimize secrets and permissions available to deployment steps.
The supplied file is documentation and does not itself demonstrate malware. However, it directs users to execute unverified remote scripts via curl|bash and PowerShell IEX, and it describes installing agent skills that modify bootstrap files and can trigger privileged or destructive cloud actions. These are significant supply-chain and operational security risks. Review and pin the installer and skills, verify signatures or hashes, inspect workflow permissions, require teardown confirmation, and avoid root access where possible.
This is a manually triggered infrastructure-destruction workflow, apparently intended for authorized teardown of Locaweb Cloud preview resources. It exposes cloud credentials to the teardown script as expected for API authentication, but the operation is high impact. The malformed zone placeholder may cause failure or incorrect targeting. No direct malicious behavior is evident in the provided YAML; review teardown.py and pin third-party actions to trusted commit SHAs before use.
The provided workflow is a manually triggered infrastructure-destruction workflow, not evidence of malware by itself. It passes cloud credentials to an omitted teardown.py script and grants that script the apparent ability to delete preview resources. Review and pin the action, verify teardown.py's implementation and resource scoping, and replace or validate @[ZONE] before use. Findings about malicious behavior in teardown.py cannot be made from this fragment.