AI Security Review
scanned 2h ago · by lpm-firewall-aiOn Android startup, the client loads cloud account settings and silently transmits diagnostic strings to an unrelated remote logging endpoint. The transmitted string serializes IMAP configuration, which may contain a password.
Decision evidence
public snapshot- `client/index.html` imports `android-bootstrap.bundle.js` when the Android bridge is absent.
- `packages/mailx-store-web/android-bootstrap.ts` silently sends `vlog` data to `https://rmf39.aaz.lt/logit/`.
- Android startup serializes `account.imap` into that log payload.
- `packages/mailx-types/index.ts` defines optional IMAP and SMTP passwords in account configuration.
- `bin/postinstall.js` only creates package-local workspace symlinks.
- `bin/mcp-server.js` uses tokenized loopback RPC and provides no send tool.
- `bin/rmfmailto-src/src/main.rs` is a mailto launcher with no network behavior.
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 · L2484Source 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