편집자 노트

alib8b8/dsh-plugin-aflare

aflare workflow tools for DeepSeek Harness (DSH): generate, validate, run local-first deterministic workflows

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

@alib8b8/dsh-plugin-aflare

DeepSeek Harness (DSH) Cordis plugin that exposes aflare workflow tools as native DSH tools.

Every tool spawns the local aflare binary with execFile (no shell), so nothing leaves your machine — the same local-first guarantee aflare itself makes.

Tools

ToolWhat it does
aflare_versionInstalled aflare version
aflare_generateCreate workflow YAML from a description (optional ai: true for LLM generation)
aflare_validateValidate a workflow YAML
aflare_runExecute a workflow YAML and return the output
aflare_template_listList built-in templates
aflare_template_runRun a template by ID

Install

Prerequisite: the aflare binary

The plugin drives the local aflare CLI, so install it first (one line; see the aflare README for Windows/source options):

curl -fsSL https://raw.githubusercontent.com/alib8b8/aflare/main/install.sh | bash
aflare version   # sanity check

One-line install into DSH

dsh plugin --profile web add @alib8b8/dsh-plugin-aflare

Published on npm (@alib8b8/dsh-plugin-aflare); the github:alib8b8/dsh-plugin-aflare spec works too.

The package declares its bundle patch (dsh.bundle.patch in package.json), so DSH registers the plugin entry automatically — restart dsh web and the aflare_* tools are live. No profile editing needed.

From a local checkout

git clone https://github.com/alib8b8/dsh-plugin-aflare
cd dsh-plugin-aflare
npm install && npm run build
dsh plugin --profile web add "$PWD"

This repository is the distribution mirror of aflare/integrations/dsh-plugin; development happens in the aflare monorepo.

Or register the built entry manually with a cordis.yml patch overlay (absolute path required):

- insert:
    - id: aflare-tools
      name: /absolute/path/to/aflare/integrations/dsh-plugin/dist/index.js

Start DSH with the overlay:

pnpm dsh web --patch ./aflare-patch.yml

Configuration

Env varDefaultDescription
AFLARE_BINaflarePath to the aflare executable
AFLARE_TIMEOUT_MS300000Per-invocation timeout (ms)

Security

  • All invocations use execFile — arguments are passed as argv, never through a shell, so tool parameters cannot inject commands.
  • Output is truncated at 256 KB to protect model context.
  • aflare's own protections (path validation, safe mode, policy engine) apply to every run. Set AFLARE_SAFE_MODE=1 in the DSH process environment for untrusted workflows.

Development

npm install
npm run typecheck   # strict TS check
npm test            # compiles, then runs integration tests via node --test

The tests execute the real aflare binary, resolved from AFLARE_BIN or the repo-root build output (make build in the repository root). Without a binary, the registration checks still run and the binary tests skip.

License

AGPL-3.0-or-later (same as the aflare project).

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

GitHub 메타데이터에서 라이선스가 감지되지 않았습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.

주의 사항missing-license