georesearch-dsh/georesearch-dsh--packages-repository-providers1

@georesearch/dsh-repository-providers

Bounded read-only repository providers for GeoResearch Phase 4

AI 分析

核心用途是提供安全的只读 Git 仓库检查。适合需要禁用终端提示、限制输出与哈希、绑定代码定位器,且不允许模型提供可执行文件的代码审计任务。

パッケージ
@georesearch/dsh-repository-providers
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/28

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

@georesearch/dsh-repository-providers

Phase 4 repository inspection providers. The Git provider uses fixed argv with shell: false, disables terminal prompting and optional Git locks, bounds every output and file hash, and never accepts a model-supplied executable or command. Tracked index identities, modified files, and every non-ignored untracked file participate in the source-tree digest; untracked directories are never reduced to a path-only marker.

Repository text is not returned by inspection. Method/code comparisons bind separately to exact file and line digests through bindCodeLocator(). The Reproduction Service performs a second inspection after locator binding and rejects an audit if the repository changed during grounding.