registry  /  draht-codex  /  2026.7.11

draht-codex@2026.7.11

Draht GSD, multi-agent, TDD and DDD workflows as a Codex plugin. Install with `npx draht-codex install`.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessDynamicRequireFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 307 KB of source, external domains: developers.openai.com, draht.dev, www.w3.org

Source & flagged code

4 flagged · loading source
bin/draht-tools.cjsView file
10const path = require("node:path"); L11: const { execSync, execFileSync } = require("node:child_process"); L12:
High
Child Process

Package source references child process execution.

bin/draht-tools.cjsView on unpkg · L10
8L9: const fs = require("node:fs"); L10: const path = require("node:path");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/draht-tools.cjsView on unpkg · L8
cli.mjsView file
19L20: import { execSync, spawnSync } from "node:child_process"; L21: import * as fs from "node:fs"; ... L25: L26: const __dirname = path.dirname(fileURLToPath(import.meta.url)); L27: const PACKAGE_ROOT = __dirname; ... L34: "node_modules", L35: "package.json", L36: "cli.mjs", ... L103: L104: Docs: https://draht.dev L105: `);
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

cli.mjsView on unpkg · L19
scripts/gsd-quality-gate.cjsView file
14L15: const { execSync } = require("node:child_process"); L16: const fs = require("node:fs"); ... L21: if (fs.existsSync(path.join(cwd, "bun.lockb")) || fs.existsSync(path.join(cwd, "bun.lock"))) { L22: return { pm: "bun", testCmd: "bun test", coverageCmd: "bun test --coverage", lintCmd: "bunx biome check ." }; L23: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/gsd-quality-gate.cjsView on unpkg · L14

Findings

4 High3 Medium5 Low
HighChild Processbin/draht-tools.cjs
HighShell
HighSandbox Evasion Gated Capabilitycli.mjs
HighRuntime Package Installscripts/gsd-quality-gate.cjs
MediumDynamic Requirebin/draht-tools.cjs
MediumNetwork
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings