AI Security Review
scanned 5d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. Risky primitives are consistent with a user-invoked coding-agent CLI/TUI and supporting tests/runtime management.
Decision evidence
public snapshot- Includes powerful user-facing agent tools such as shell execution, provider network calls, OAuth, web search, and binary/runtime downloaders.
- package.json has no install/postinstall lifecycle hooks; only bin mixdog -> src/cli.mjs.
- src/cli.mjs and src/app.mjs only parse CLI args and lazy-load help, TUI, plain REPL, or headless role on user invocation.
- src/runtime/memory/lib/runtime-fetcher.mjs downloads package-aligned GitHub release/runtime assets with SHA-256 validation and safe tar entry checks.
- src/runtime/channels/lib/whisper-server.mjs manages a local whisper-server child on 127.0.0.1 with fixed-port fail-closed ownership checks.
- scripts/compact-smoke.mjs contains test fixtures for secret redaction, not real embedded credentials or exfiltration.
- src/runtime/channels/lib/format.mjs invisible Unicode is used in markdown code-fence escaping, not Trojan Source control flow.
Source & flagged code
11 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/ingest-pure-conversation-smoke.mjsView on unpkg · L12Package 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 · L129Package ships non-JavaScript build or shell helper files.
scripts/build-runtime-linux.shView on unpkgHardcoded password in scripts/session-ingest-smoke.mjs
scripts/session-ingest-smoke.mjsView on unpkg · L59