SUMMARY AI summary by gpt-5-mini
Claude Code Harness は、確定的な脚手架(hooks + ルール)で確率的な大規模言語モデル(Claude / GPT / DeepSeek / Gemini 等)を安全に統合するための実装です。開発者やセキュリティ/プラットフォームチームが、モデルによる危険操作や機密情報漏洩、編集ループなどをプロジェクト全体で一括防御することを目的としています。 主な機能: - コマンド防火壁(50以上の危険パターンを検出・ブロック) - APIキー/トークン/秘密鍵のリアルタイム検出 - 編集後の自動ビルド検証と失敗時のモデル修正ループ(Maven/Gradle/Cargo/Go/Node/Python 等対応) - 反復・暴力再試行の検知(サントリーン) - ルールとフックの整合性を保つ SHA256 チェック - 6種類の「審査」Skill(コード/セキュリティ/簡素化/DB/インフラ/シークレット) - enforce/ask/audit の3モードで運用可 - 60+ の対抗テストと 90+ の誤報ケースを含む CI テスト インストールはワンクリック(bash install.sh、jq が唯一の依存)。フックは純粋な bash なのでモデルを問わず動作し、ルールは JSON、プロンプトは原則ベースで注入されます。ライセンスは MIT。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:17 |
Similar repos (same language)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks