codetruss
v0.1.6The deterministic first-pass verification gate for AI-written code.
By CodeTrussLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codetruss for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codetruss@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “codetruss” remain stable.
- Codex:
codetruss@agent-plugin-marketplace→codetruss@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/DeliriumPulse/codetruss-plugins/.
Plugin files
├── .codex-plugin/plugin.json└── skills/codetruss/SKILL.md
Included Skills1
Operate CodeTruss local acceptance gates for coding-agent changes. Use when a developer asks to bind an agent task to allowed or denied files, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff before commit, interpret or verify a signed CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
Plugin manifests1
{
"name": "codetruss",
"version": "0.1.6",
"description": "The deterministic first-pass verification gate for AI-written code.",
"author": {
"name": "CodeTruss",
"email": "[email protected]",
"url": "https://codetruss.com"
},
"homepage": "https://codetruss.com/cli",
"repository": "https://github.com/DeliriumPulse/codetruss-plugins",
"license": "MIT",
"keywords": [
"acceptance-gate",
"coding-agents",
"scope-drift",
"local-first",
"verification",
"receipts"
],
"skills": "./skills/",
"interface": {
"displayName": "CodeTruss",
"shortDescription": "First-pass verification gate for AI-written code",
"longDescription": "Declare approved scope and repository checks, evaluate the captured Git state locally, and produce a verifiable receipt before commit. Requires the separately installed free CodeTruss CLI; no CodeTruss account or upload is required.",
"developerName": "CodeTruss",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://codetruss.com",
"privacyPolicyURL": "https://codetruss.com/privacy",
"termsOfServiceURL": "https://codetruss.com/terms",
"defaultPrompt": [
"Set up CodeTruss for this repository",
"Review my current changes against the task",
"Verify and explain my latest CodeTruss receipt"
],
"brandColor": "#B93A26",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"logoDark": "./assets/icon.svg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codetruss on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codetruss)