What it doesAI
Automated execution engine that turns AI coding discipline into a verifiable state machine for multi-tool workflows.
- Built for Claude Code, Codex, and DeepSeek Harness
- Implements flow-kit 9-stage workflow as a state machine
- Verifiable execution for AI coding discipline
AI-generated from the repo README — for reference only.
Installation
dsh plugin --profile web add github:baobaolaodie/flow-cometInstall method: GitHub · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×8shell ×2—3dd4f2d4f0562026-08-203dd4f2d4f056The scan result is valid for the scanned commit. New commits within 7 days are tolerated (the rating still counts); after 7 days without a rescan the badge shows outdated.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
vet verdict: vet: clean · score 42
vet is advisory and does not change dsh’s four-tier level.
• Static heuristic scan: done (14 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 12 / 22
- criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2066const { execFileSync } = await import('child_process');
- criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2089const { execFileSync } = await import('child_process');
- criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2169const { execFileSync } = await import('child_process');
- criticalShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2092const statusOut = execFileSync(
- criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-handoff.mjs:166const { execSync } = await import('child_process');
- criticalShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-handoff.mjs:168const out = execSync(`git show ${commitHash} --name-only --format=`, { cwd: runRoot, encoding: 'utf8', stdio: ['ignore', 'pipe', 'pipe'] });
- criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-state.mjs:2import { execFileSync } from 'child_process';
- criticalChild process module usage (Node.js)scripts/dsh-bridge.mjs:31import { spawn } from 'node:child_process';
- criticalChild process module usage (Node.js)scripts/install-commit-hook.mjs:13import { execFileSync } from 'node:child_process';
- criticalChild process module usage (Node.js)scripts/prepare-env.mjs:48import { execFileSync } from 'node:child_process';
- warningShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2068const branch = String(execFileSync('git', ['rev-parse', '--abbrev-ref', 'HEAD'], { cwd: runRoot, stdio: 'pipe', encoding: 'utf8' })).trim();
- warningShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2091execFileSync('git', ['rev-parse', '--is-inside-work-tree'], { cwd: runRoot, stdio: 'pipe' });
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-20 · activity: Active
• Repo created: 2026-08-20
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
