setup
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill's stated purpose (automated setup, dependency installation, channel authentication, and service start) is broadly aligned with its capabilities. However, there are notable security concerns: explicit download-and-execute commands from remote sources (curl|bash pipelines) without clear pinning or verification, credential handling that writes tokens to a persistent .env file, and data sink exposure through logs. These patterns justify a suspicious-to-high risk assessment, driven by supply-chain risk and credential exposure potential. Overall, the footprint is only marginally coherent with a benign automated setup, and the security posture would benefit from: pinning/checksums for external installers, using official registries where possible, minimizing or encrypting credential storage, and ensuring logs do not leak secrets. Recommend revising to reduce direct shell execution of remote installers, add verification steps, and scope credential handling more tightly.