audit-context-building
v2.0.1Understand a codebase before looking for bugs in it. Reads it function by function, records what each one assumes and depends on, and saves the write-ups to files instead of filling up the conversation.
By Omar Inuwa7.1k GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 audit-context-building for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install audit-context-building@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/trailofbits/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/audit-context-building/.
Plugin files
├── .claude-plugin/plugin.json└── skills/audit-context-building/SKILL.md
Included Skills1
Understand a codebase before looking for bugs in it - what each function assumes, what it guarantees, and what it depends on elsewhere. Use when starting an audit, threat model, or architecture review on unfamiliar code, and before any vulnerability-hunting pass.
Plugin manifests1
{
"name": "audit-context-building",
"version": "2.0.1",
"description": "Understand a codebase before looking for bugs in it. Reads it function by function, records what each one assumes and depends on, and saves the write-ups to files instead of filling up the conversation.",
"author": {
"name": "Omar Inuwa",
"email": "[email protected]",
"url": "https://github.com/trailofbits"
},
"interface": {
"displayName": "Audit Context Building",
"shortDescription": "Understand a codebase before looking for bugs in it. Reads it function by function, records what each one assumes and depends on, and saves the write-ups to files instead of filling up the conversation.",
"longDescription": "Understand a codebase before looking for bugs in it. Reads it function by function, records what each one assumes and depends on, and saves the write-ups to files instead of filling up the conversation.",
"developerName": "Omar Inuwa"
}
}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.
[audit-context-building on Agent Plugins Marketplace](https://pluginsmp.com/plugins/audit-context-building)