preflight-verify
v0.2.0Check proposed actions against private ICME policies and export receipts for third-party verification.
By ICME Labs0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 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 preflight-verify for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add preflight-verify@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/hshadab/astra-legalClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/preflight-verify/.
Plugin files
├── .codex-plugin/plugin.json├── skills/preflight-verify/SKILL.md└── .mcp.json
Included Skills1
Check a proposed action against an ICME Preflight policy, export a privacy-limited receipt, independently verify an existing proof, or check explicit reasoning for contradictions. Use when the user requests policy checking or a third-party-verifiable receipt.
MCP servers1
- url
- http://127.0.0.1:8787/mcp
Plugin manifests1
{
"name": "preflight-verify",
"version": "0.2.0",
"description": "Check proposed actions against private ICME policies and export receipts for third-party verification.",
"author": {
"name": "ICME Labs",
"url": "https://www.icme.io"
},
"skills": "./skills/",
"interface": {
"displayName": "Preflight Verify",
"shortDescription": "Private controls with third-party-verifiable receipts.",
"longDescription": "Compile private policies, check proposed actions, export privacy-limited receipts, and verify ICME proofs without disclosing the underlying policy or action. Checks report results; they do not prevent actions unless separately installed as a mandatory pre-execution gate.",
"developerName": "ICME Labs",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Check this action against our policy.",
"Export a privacy-limited receipt for this proof.",
"Review the scenarios for this policy.",
"Does this calculation contradict itself?"
]
},
"mcpServers": "./.mcp.json",
"homepage": "https://docs.icme.io",
"repository": "https://github.com/hshadab/astra-legal"
}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.
[preflight-verify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/preflight-verify)