Conductor — Multi-Agent Orchestrator + Coding Agent control plane (Hermes · MCP · GCP)
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 42
filesystem 3
- fs Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/lib/persistence.ts :5
import fs from "node:fs"; - fs (weak) Atif1299-conductor-agent-ops-6d65b71/scripts/run-scenario-sim.ts :7
import fs from "node:fs"; - fs (weak) Atif1299-conductor-agent-ops-6d65b71/scripts/seed-demo.ts :6
import fs from "node:fs";
shell / exec 1
- shell (weak) Atif1299-conductor-agent-ops-6d65b71/scripts/run-scenario-sim.ts :9
import { spawnSync } from "node:child_process";
network 1
- net Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/lib/client.ts :18
const res = await fetch(path, { cache: "no-store" });
secrets 4
- secrets Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/app/api/demo/seed/route.ts :15
if (authErr && process.env.CONDUCTOR_API_KEY) { - secrets Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/app/api/settings/route.ts :23
openRouterConfigured: Boolean(process.env.OPENROUTER_API_KEY), - secrets Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/lib/http.ts :13
const expected = process.env.CONDUCTOR_API_KEY; - secrets Atif1299-conductor-agent-ops-6d65b71/apps/operator/src/lib/store.ts :364
openRouterConfigured: Boolean(process.env.OPENROUTER_API_KEY),
declared dependencies 2
- tsx@^4.19.3
- typescript@^5.8.2