AI Security Review
scanned 3h ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. Risky primitives are consistent with a user-invoked coding-agent CLI: provider network calls, optional verified runtime downloads, shell/tool execution, local config/state writes, and self-update staging.
Decision evidence
public snapshot- package.json has no preinstall/install/postinstall; only prepack and CI-gated prepublishOnly.
- src/cli.mjs only runs staged self-update swap then imports app on user CLI invocation.
- src/runtime/shared/staged-update.mjs stages/swap-updates mixdog itself under ~/.mixdog/data, gated by dev/live-session checks.
- src/runtime/memory/lib/runtime-fetcher.mjs and graph-binary-fetcher.mjs download package-owned binaries with bundled manifests and sha256 verification.
- src/runtime/channels/lib/whisper-server.mjs spawns a package-aligned local whisper-server for voice transcription and fails closed on foreign port/process ownership.
- src/runtime/channels/lib/format.mjs uses invisible Unicode only inside string literals to escape nested markdown fences, not control flow.
Source & flagged code
13 flagged · loading sourcePackage contains a possible secret pattern.
scripts/compact-smoke.mjsView on unpkg · L388Package source references child process execution.
scripts/smoke-loop.mjsView on unpkg · L2Package source references dynamic require/import behavior.
scripts/debounced-skills-async-save-test.mjsView on unpkg · L21Package source references weak cryptographic algorithms.
src/standalone/plugin-admin.mjsView on unpkg · L1Source writes installer persistence such as shell profile or service configuration.
src/runtime/agent/orchestrator/tools/shell-snapshot.mjsView on unpkg · L13A single source file combines environment access, network access, and code or shell execution; review context before blocking.
src/runtime/channels/lib/whisper-server.mjsView on unpkg · L35Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
src/runtime/memory/lib/runtime-fetcher.mjsView on unpkg · L1Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.
src/runtime/channels/lib/format.mjsView on unpkg · L129Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
scripts/boot-smoke.mjsView on unpkg · L1Package ships non-JavaScript build or shell helper files.
scripts/build-runtime-linux.shView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
scripts/channel-daemon-smoke.mjsView on unpkgHardcoded password in scripts/session-ingest-smoke.mjs
scripts/session-ingest-smoke.mjsView on unpkg · L59