flow-comet avatar

flow-comet

An automated execution engine that turns AI coding discipline into a verifiable state machine — for the flow-kit 9-stage workflow, built for Claude Code, Codex, and DeepSeek Harness.

PluginDeveloperAutomationAI ModelsTerminal / Shell
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

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-comet

Install method: GitHub · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SO AUDITMEDIUM3dd4f2
Automated review · daily
MEDIUM

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

10 critical·12 warning·5 info·14 files scanned
code-exec ×8shell ×2
plugin version
scanned commit3dd4f2d4f0562026-08-20
latest commit3dd4f2d4f056

The 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.

Second-opinion scan (vet · parallel evaluation)
vet: clean

vet verdict: vet: clean · score 42

vet is advisory and does not change dsh’s four-tier level.

Risk: Medium10 critical · 12 warning · 5 info

• 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:2066
    const { execFileSync } = await import('child_process');
  • criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2089
    const { execFileSync } = await import('child_process');
  • criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2169
    const { execFileSync } = await import('child_process');
  • criticalShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2092
    const statusOut = execFileSync(
  • criticalChild process module usage (Node.js).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-handoff.mjs:166
    const { execSync } = await import('child_process');
  • criticalShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-handoff.mjs:168
    const 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:2
    import { execFileSync } from 'child_process';
  • criticalChild process module usage (Node.js)scripts/dsh-bridge.mjs:31
    import { spawn } from 'node:child_process';
  • criticalChild process module usage (Node.js)scripts/install-commit-hook.mjs:13
    import { execFileSync } from 'node:child_process';
  • criticalChild process module usage (Node.js)scripts/prepare-env.mjs:48
    import { execFileSync } from 'node:child_process';
  • warningShell command execution (exec / execSync).comet/bundle-drafts/flow-comet/skills/flow-comet/scripts/workflow-guard.mjs:2068
    const 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:2091
    execFileSync('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

Source

GitHub: github.com/baobaolaodie/flow-comet

Was this page helpful?