AI Security Review
scanned 2h ago · by lpm-firewall-aiThe Android/web runtime silently sends verbose email-account diagnostics to a hard-coded external host. The payload includes account metadata and startup logging serializes the IMAP configuration, which may include a password.
Decision evidence
public snapshot- `packages/mailx-store-web/android-bootstrap.ts` silently fetches `https://rmf39.aaz.lt/logit/...`.
- `addAccount` logs account ID, email, IMAP host, and auth mode to that endpoint.
- Startup logging serializes `account.imap`, which can include the IMAP password.
- `client/index.html` loads the affected Android bundle when `window.mailxapi` is absent.
- `bin/postinstall.js` only enforces Node 24.2+ and symlinks package-owned workspaces.
- No inspected install hook writes foreign AI-agent configuration or executes a remote payload.
- `bin/mcp-server.js` is an explicit CLI MCP bridge using the package's local daemon state.
Source & flagged code
17 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
bin/mailx.jsView on unpkg · L53Package source invokes a package manager install command at runtime.
bin/mailx.jsView on unpkg · L2417Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/mailx.jsView on unpkgSource writes installer persistence such as shell profile or service configuration.
bin/mailx.jsView on unpkg · L53Package source references a known benign dynamic code generation pattern.
client/lib/quill/quill.jsView on unpkg · L1Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
bin/lean-accounts.jsView on unpkg · L137Package source references dynamic require/import behavior.
bin/lean-accounts.jsView on unpkg · L136Package source references weak cryptographic algorithms.
bin/build-bundles.mjsView on unpkg · L5Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/mailx.tsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/build-rmfmailto-exe.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
packages/mailx-store-web/worker-bundle.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
client/compose/spellcheck-core.jsView on unpkg