AI Security Review
scanned 3d ago · by lpm-firewall-aiNo confirmed malicious attack surface. Risky primitives are aligned with a workflow orchestration CLI and gated behind explicit user commands, not package install or import.
Decision evidence
public snapshot- User-invoked CLI can spawn child processes for dashboard/TUI/dev server and update flow.
- User-invoked install/plugin commands can write AI-agent assets into .claude/.codex/.agents locations.
- package.json has no install/postinstall/preinstall hook; only prepublishOnly build hook.
- bin/maestro.js child_process use is a guarded self-relaunch for WASM flags before loading dist/src/cli.js.
- dist/src/commands/stop.js only targets localhost dashboard health/shutdown and PID on selected port.
- dist/src/commands/view.js spawns bundled dashboard/TUI or explicit dev mode after user runs maestro view.
- dist/src/core/plugin-bridge.js registers native Claude/Codex plugins only from explicit install/plugin flows.
- No credential harvesting, hardcoded exfiltration endpoint, or import-time payload found in inspected files.
Source & flagged code
12 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 unpkgThis package version adds a dangerous source file absent from the previous stored version.
dist/src/graph/kg/db/queries.jsView on unpkg