autonomous-agent-harness — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited autonomous-agent-harness (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
ネイティブ機能とMCPサーバーのみを使用して、OpenAI Codexを永続的な自己指令エージェントシステムに変換します。
自動操作は、ユーザーによって明示的に要求され、スコープが設定される必要があります。スケジュール、リモートエージェントの派遣、永続的なメモリの書き込み、コンピュータ制御の使用、外部への投稿、サードパーティリソースの変更、または現在のセットアップのプライベート通信に対する行動を行わないでください。ユーザーがその機能と対象ワークスペースを承認していない限り。
クレデンシャル、プライベートワークスペースのエクスポート、個人データセット、およびアカウント固有の自動化を再利用可能なeccアーティファクトから除外する前に、ドライラン計画とローカルキューファイルを好みます。
┌──────────────────────────────────────────────────────────────┐
│ OpenAI Codex Runtime │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌─────────────┐ │
│ │ Crons │ │ Dispatch │ │ Memory │ │ Computer │ │
│ │ Schedule │ │ Remote │ │ Store │ │ Use │ │
│ │ Tasks │ │ Agents │ │ │ │ │ │
│ └────┬─────┘ └────┬─────┘ └────┬─────┘ └──────┬──────┘ │
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ ecc Skill + Agent Layer │ │
│ │ │ │
│ │ skills/ agents/ commands/ hooks/ │ │
│ └──────────────────────────────────────────────────────┘ │
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ MCP Server Layer │ │
│ │ │ │
│ │ memory github exa supabase browser-use │ │
│ └──────────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────┘構造化データ用のMCPメモリサーバーで拡張されたOpenAI Codexの組み込みメモリシステムを使用します。
組み込みメモリ (~/.codex/projects/*/memory/):
MCPメモリサーバー (構造化知識グラフ):
メモリパターン:
# 短期:現在のセッションコンテキスト
TodoWriteをセッション内タスク追跡に使用
# 中期:プロジェクトメモリファイル
クロスセッションリコールの場合は~/.codex/projects/*/memory/に書き込む
# 長期:MCPナレッジグラフ
mcp__memory__create_entitiesを永続的な構造化データに使用
mcp__memory__create_relationsを関係マッピングに使用
mcp__memory__add_observationsを既知のエンティティについての新しい事実に使用OpenAI Codexのスケジュール済みタスクを使用して、定期的なエージェント操作を作成します。
cronを設定する:
# MCPツール経由
mcp__scheduled-tasks__create_scheduled_task({
name: "daily-pr-review",
schedule: "0 9 * * 1-5", # 平日午前9時
prompt: "mturac/everything-openai-codexのすべてのオープンPRを確認します。各について:CIステータスをチェック、変更を確認、問題にフラグを立てます。メモリに概要を投稿します。",
project_dir: "/path/to/repo"
})セッション全体でコンテキストを記憶し、複数の定期的なタスクを実行する完全に自動化されたエージェントの設定については、高度な設定セクションを参照してください。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.