AI Security Review
scanned 4d ago · by lpm-firewall-aiNo confirmed malicious attack surface was established. The risky primitives are CLI/dashboard orchestration features: spawning local tools, opening a browser, stopping local dashboard processes, and registering MCP/config entries when the user invokes those commands.
Decision evidence
public snapshot- Contains user-invoked child_process use in bin/maestro.js and dist/src/commands/view.js.
- User-invoked install/MCP flows write Claude/Codex config files in dist/src/commands/install-backend.js and dashboard route code.
- package.json has no install/postinstall/preinstall hook; prepublishOnly is publisher-side build only.
- bin/maestro.js only relaunches its own CLI with WASM flags before importing dist/src/cli.js.
- dist/src/commands/view.js and stop.js target local dashboard operations on localhost/127.0.0.1.
- MCP/config writes are explicit maestro install or dashboard API actions aligned with package purpose.
- No credential harvesting or external exfiltration endpoint found in inspected sources.
- Scanner payload file .agents/skills/team-adversarial-swarm/scripts/test_aco.py is a Python test harness, not an inert binary payload.
Source & flagged code
11 flagged · loading sourcePackage source references dynamic require/import behavior.
dist/src/migrations/_template.jsView on unpkg · L44Package source references weak cryptographic algorithms.
dist/src/tools/core-memory.jsView on unpkg · L31A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/src/commands/view.jsView on unpkg · L181Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
dist/src/commands/view.jsView on unpkg · L196Package source invokes a package manager install command at runtime.
dist/src/commands/view.jsView on unpkg · L116Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dashboard/dist-server/dashboard/src/server/routes/mcp.jsView on unpkg · L10Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/src/tools/impeccable/live/server.jsView on unpkg · L1Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
.agents/skills/team-adversarial-swarm/scripts/test_aco.pyView on unpkgPackage ships non-JavaScript build or shell helper files.
.agents/skills/team-adversarial-swarm/scripts/test_aco.pyView on unpkg