react-grab

Warn

Audited by Socket on Jul 28, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
references/install-and-routing.md

No direct evidence of malware is present in this fragment because it is documentation, not the react-grab implementation. The key security concern is supply-chain integrity: it recommends executing an installation CLI using an unpinned “latest” tag and loading a CDN-hosted JavaScript asset via unpkg without visible integrity/version pinning. Even though examples gate execution to development mode, the fragment still instructs third-party code to run in the browser/client context, so the react-grab/CLI artifacts should be pinned and integrity-checked, and the actual package source should be reviewed for data handling and network behavior.

Confidence: 62%Severity: 50%
AnomalyLOW
scripts/install.sh

This installer script itself does not show explicit malicious behavior such as credential theft, backdoors, or obfuscated payloads. However, it introduces meaningful supply-chain and external-code-execution risk: it executes a floating upstream CLI via npx -y grab@latest init (remote code at install time) and it recommends loading react-grab from a public CDN (unpkg) in development through generated snippets. These behaviors should be mitigated by pinning versions, reviewing upstream/grab/react-grab behavior, and preferring locally bundled/verified sources where feasible.

Confidence: 62%Severity: 63%
Audit Metadata
Analyzed At
Jul 28, 2026, 01:54 PM
Package URL
pkg:socket/skills-sh/akillness%2Fjeo-skills%2Freact-grab%2F@2c3935dc79dbe77ee4006dcf99bf9e044cf01e9695e7ecb4fa84fb30718a13a3
Security Audit — socket — react-grab