flussonic-media-server
Audited by Socket on Mar 3, 2026
1 alert found:
AnomalyThe deployment guidance exhibits notable security weaknesses rather than explicit malware. Key risks include: remote script execution via curl | sh, unsigned package provisioning over HTTP, weak cryptography for certificate material, and dependency on online license activation. These practices present substantial supply-chain and runtime risk. Recommendations: replace remote-script installation with verified, signed installers or package managers with integrity checks (SHA256/PGP/GPG verification, HTTPS with pinning); enable GPG verification and HTTPS for repositories; upgrade certificate generation to at least 2048-bit RSA or use modern ECC; avoid permanent online license checks where feasible and protect private keys on disk with appropriate permissions; reconsider swap policies and general hardening guidance to align with security best practices.