casefile
v1.3.7Persistent security case tracking for Codex and pi.
By x4cc3License: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 casefile for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add casefile@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 “casefile” remain stable.
- Codex:
casefile@agent-plugin-marketplace→casefile@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/x4cc3/casefile/.
Plugin files
├── .codex-plugin/plugin.json├── skills/casefile/SKILL.md└── .mcp.json
Included Skills1
Use when tracking security investigations, bug bounty findings, CTF leads, audit evidence, exploit chains, dead ends, or reports in the Casefile ledger through Codex.
MCP servers1
- command
- bun
- args
- run ./mcp/server.ts
- cwd
- .
- env.CASEFILE_SCOPE
- project
Plugin manifests1
{
"name": "casefile",
"version": "1.3.7",
"description": "Persistent security case tracking for Codex and pi.",
"author": {
"name": "x4cc3"
},
"homepage": "https://github.com/x4cc3/casefile",
"repository": "https://github.com/x4cc3/casefile",
"license": "MIT",
"keywords": [
"casefile",
"security",
"bug-bounty",
"ctf",
"audit",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Casefile",
"shortDescription": "Track security cases, evidence, chains, and reports.",
"longDescription": "Casefile adds durable security case tracking to Codex with a shared ledger for hypotheses, evidence, exploit chains, dead ends, and markdown reports.",
"developerName": "x4cc3",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Track this security investigation in Casefile."
],
"composerIcon": "./assets/icon.svg",
"logo": "./assets/logo.png",
"screenshots": [
"./assets/screenshot.png"
],
"websiteURL": "https://github.com/x4cc3/casefile",
"privacyPolicyURL": "https://github.com/x4cc3/casefile#privacy-policy",
"termsOfServiceURL": "https://github.com/x4cc3/casefile#terms-of-service",
"brandColor": "#1F6FEB"
}
}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.
[casefile on Agent Plugins Marketplace](https://pluginsmp.com/plugins/casefile)