Summary
carbon-addons-iot-react v5.9.1 was classified as CRITICAL RISK with a risk score of 2429. Sigil detected 158 findings across 992 files, covering phases including code patterns, obfuscation, install hooks, credential access. Review the findings below before installing this package.
v5.9.1
20 March 2026, 14:45 UTC
by Sigil Bot
Risk Score
2429
Findings
158
Files Scanned
992
Provenance
Findings by Phase
Phase Ordering
Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.
install-npm-postinstall
CRITICALnpm lifecycle script — runs automatically on install
package/package.json:37
"pre-push": "yarn reports:clean && yarn test:base && yarn test:e2e && yarn reports",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"start": "yarn test:engines && yarn storybook",Why was this flagged?
npm lifecycle scripts like postinstall run automatically during package installation with no user interaction required. This is the #1 attack vector for malicious npm packages — attackers embed data theft or backdoor installation in these hooks. Rated CRITICAL because code executes before the developer can review it.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
package/umd/carbon-addons-iot-react.js:224023
if (shouldSetUp && !_this.isSetUp) {
_this.backend.setup();
Why was this flagged?
This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.
Badge
Markdown
[](https://sigilsec.ai/scans/719129C0-8221-45E0-9CC8-07125D4DFC7F)HTML
<a href="https://sigilsec.ai/scans/719129C0-8221-45E0-9CC8-07125D4DFC7F"><img src="https://sigilsec.ai/badge/npm/carbon-addons-iot-react" alt="Sigil Scan"></a>Run This Scan Yourself
Scan your own packages
Run Sigil locally to audit any package before it touches your codebase.
Early Access
Get cloud scanning, threat intel, and CI/CD integration.
Join 150+ developers on the waitlist.
Get threat intelligence and product updates
Security research, new threat signatures, and product updates. No spam.
Other npm scans
Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.