AI called this Clean at 91.0% confidence as Benign with low false-positive risk.
Evidence for block
- `dist/index.js` hard-codes `itsxpulse-401.hf.space` auth endpoints.
- `VelocityAuth` sends a wallet signature, address, and caller-supplied coordinates to that endpoint.
- `VelocityAuth` reads stored `vjwt` when explicitly invoked.
Evidence against
- `package.json` has only `prepublishOnly`; no install-time lifecycle hook.
- `dist/index.js` exports functions and does not invoke wallet, geolocation, or network flows at import time.
- Wallet access/signing requires a caller to invoke `VelocityAuth` and the wallet approval flow.
- No filesystem, shell, eval, dynamic-loader, persistence, transaction, or AI-agent-control behavior found.
- The apparent obfuscation is a bundled/minified browser artifact containing dependency code.
Behavioral surface
SourceNo risky source behavior triggered.
Supply chainHighEntropyStringsMinifiedObfuscatedTrivialUrlStrings
ManifestNo manifest risk signals triggered.