api-relay-audit
toby-bridges
Local security audit for AI API relays and LLM proxies: detects prompt injection, model substitution, tool-call rewriting, SSE anomalies, error leakage, and Web3 wallet risks.
PROJECT TOPICS
PROJECT README
English | 简体中文
A Codex-inspired behavior policy and Profile Bundle for DeepSeek Harness (DSH).
It helps coding agents make deliberate decisions, avoid unproductive loops, ask the user for help when evidence is insufficient, and follow a structured plan → goal → implementation workflow for complex tasks.
Simple questions and explicitly read-only tasks do not automatically enter Plan mode. Users can also override automatic planning by clearly asking the agent not to plan. A direct user follow-up resets the exploration budget so a changed direction can be investigated normally.
The plugin reuses DSH's built-in planMode, create_goal, todo_write, ask_user_question, and repeat-tool-reminder capabilities. It does not register duplicate tools or modify session files directly.
dsh plugin --profile web add -w think-like-codex
dsh --profile web
This package is a DSH Profile Bundle. Its bundled cordis.patch.yml mounts the plugin automatically. Replace web with another profile name when needed. Restart the profile host after updating host-side code.
The bundle installs the following defaults:
- id: think-like-codex
name: think-like-codex
config:
autoPlan: true
complexityMinChars: 120
stepReminderAt: 12
stepReminderEvery: 8
planCheckpointToolAt: 8
planHardToolLimit: 12
enforceGoalAfterPlan: true
failureReminderCount: 2
Override the complete config object for think-like-codex in your profile's cordis.patch.yml if you need different thresholds.
dsh plugin --profile web remove think-like-codex
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: coding-agent、agent-policy、planning。