AI Security Review
scanned 8d ago · by lpm-firewall-aiNo confirmed malicious attack surface is established. The package is a CLI/library for querying website APIs using the user's Chrome session, with sensitive capabilities aligned to its documented purpose and activated by user commands.
Decision evidence
public snapshot- dist/src/capabilities/cookies.js reads decrypted Chrome cookies/passwords for requested site domains.
- dist/src/core/registry.js can download and import extension site modules, but only via user-invoked ext commands.
- dist/src/cli/ext.js writes output files and installed extensions when explicitly requested.
- package.json has no install/preinstall/postinstall lifecycle hooks.
- dist/src/website-api.js import only loads package .env and exports APIs; no network or exfiltration on import.
- dist/bin/cli.js performs actions only after CLI invocation and routes to declared website adapters.
- dist/src/core/registry.js verifies downloaded extension files by sha256 before writing/importing.
- dist/src/sites/voice.google.com/api/voice-helpers.js contains a documented public Google web-client API key, not a private secret.
- README.md documents cookie/session access and warns that registry extensions run with browser-session access.
Source & flagged code
8 flagged · loading sourcePackage contains a high-severity secret pattern.
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L12Google API key in dist/src/sites/voice.google.com/api/voice-helpers.js
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L12Package source references weak cryptographic algorithms.
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L2This package version adds a dangerous source file absent from the previous stored version.
dist/src/core/context.jsView on unpkgPackage source references a known benign dynamic code generation pattern.
dist/src/core/context.jsView on unpkg · L135Package source references dynamic require/import behavior.
dist/src/core/registry.jsView on unpkg · L308Hardcoded password in dist/src/capabilities/login/login-helper.js
dist/src/capabilities/login/login-helper.jsView on unpkg · L154Google API key in dist/src/sites/voice.google.com/api/voice-helpers.d.ts
dist/src/sites/voice.google.com/api/voice-helpers.d.tsView on unpkg · L12