firebase-cli

Fail

Audited by Socket on Mar 13, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
scripts/install.sh

The installer script itself contains no explicit malicious code (no hardcoded secrets, no obfuscation, no credential harvesting). However it performs high-risk supply-chain actions: executing a remote bootstrapper via 'curl | bash' without integrity checks and performing 'npm install -g' which runs code from the npm registry. These behaviors are common for CLI installers but are the main security concerns. Recommendations: avoid piping remote scripts directly into a shell; instead download and verify signatures or checksums, prefer installing pinned package versions with lockfile or integrity verification, run installs in constrained environments (containers or CI runners with least privilege), and validate any unusual documentation strings (internal paths) during repo provenance checks.

Confidence: 98%
Audit Metadata
Analyzed At
Mar 13, 2026, 03:05 AM
Package URL
pkg:socket/skills-sh/supercent-io%2Fskills-template%2Ffirebase-cli%2F@5c70295323628bd14f843c184e0a67a31f6e2252