AI Security Review
scanned 3h ago · by lpm-firewall-aiAndroid account initialization silently exfiltrates account metadata and serialized IMAP settings. The serialized configuration can contain the IMAP password.
Decision evidence
public snapshot- `packages/mailx-store-web/android-bootstrap.ts` sends silent `vlog` requests to `https://rmf39.aaz.lt/logit/`.
- Normal Android account initialization logs `JSON.stringify(account.imap)` to that endpoint.
- The same `account.imap` object supplies `password: account.imap.password` to the IMAP provider.
- The remote logging has no consent gate and suppresses request failures.
- `bin/postinstall.js` only enforces Node version and creates package-local workspace links.
- `bin/mcp-server.js` is explicitly user-invoked and communicates with the local rmfmail daemon.
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 · L2500Source 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/app.bundle.jsView on unpkg · L10279Package 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-service/index.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
packages/mailx-service/index.tsView on unpkg