Skip to main content
Glama
dongsheng123132

dsh-build-hermeticity-proof

DSH ビルド密閉性証明

DeepSeek Harness サプライチェーンのためのオフラインで決定的な証拠レイヤー。明示的でハッシュのみのビルドアクセス受領書が、宣言されたファイル、環境、ネットワーク、クロック、乱数、出力の閉包内に留まっているかを検証します。

これはビルドを実行せず、サンドボックスを強制せず、受領書を認証せず、記録されていないアクセスが発生し得ないことを証明するものでもありません。また、再現性を証明するものでもありませんhermetic という判定は、提供された受領書が内部的に完全で、ポリシーに準拠していることのみを意味します。

補完的な境界

  • dsh-reproducible-build-proof は、独立して実行された再ビルドの受領書を比較し、指定された出力がバイト単位で同一であることを確認します。

  • dsh-attestation-proof は、DSSE/in-toto の署名、サブジェクト、署名者の閾値を検証します。

  • このプラグインは、記録された1つのビルドの宣言された外部影響の閉包(ファイル読み書き、環境読み取り、ネットワーク、クロック、乱数)をチェックします。

観測された未宣言のアクセスは失敗します。拒否された未宣言の試みは封じ込めの証拠として保持されますが、閉包を破るものではありません。観測されたネットワークアクセスは、v1 の拒否のみのネットワークポリシーの下では常に失敗します。宣言された入力と出力はすべて受領書に現れなければならず、ソースリビジョン、呼び出し、クロック値、乱数シード、許可された環境値はハッシュで束縛されます。

Related MCP server: Spec Kit Acceptance Gate MCP

インストール

dsh plugin add github:dongsheng123132/dsh-build-hermeticity-proof#COMMIT

このバンドルは、単一のヘッドレスコアから dsh_build_hermeticity_inspectdsh_build_hermeticity_verify を公開します。独立した MCP stdio サーバーは build_hermeticity_inspectbuild_hermeticity_verify を公開します。CLI は inspect または verify と明示的な JSON パスを受け付けます。

examples/hermetic.json を参照してください。レポートには、ハッシュ、カウント、ブール値、分類、判定のみが含まれます。秘密に相当する素材、生のログ、本文/コンテンツフィールドは拒否されます。DSH 検証ツールは、ワークスペース相対の非シンボリックリンクマニフェストを読み取り、明示的なワークスペース相対の artifactDir にのみ書き込み、決定的なコンテンツアドレス指定の出力のみを作成し、読み戻しによって検証します。

npm test
npm run check
npm run smoke:plugin
npm run smoke:mcp
python C:/Users/YOU/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .

Node.js 22 以降が必要です。検証器には実行時依存関係がなく、プロセスを生成せず、ネットワークリクエストも行いません。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables supply-chain integrity for MCP tools by locking tool-definition hashes after review and detecting added, removed, modified, or risky tool definitions.
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Privacy-first, tamper-evident receipts for MCP tool calls. It hashes and signs arguments/results so you can verify what ran, when, without storing raw payloads.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Static MCP manifest and tool-policy security preflight with signed input-redacted receipts

  • Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.

  • Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dongsheng123132/dsh-build-hermeticity-proof'

If you have feedback or need assistance with the MCP directory API, please join our Discord server