auditfellow
v0.3.1Your internal audit methodology, loaded before the model writes: findings, risks, controls, testing procedures and workpapers, meeting notes, audit memos, data strategy and AI usage documents, GenAI application audits, in your team's format. Sign in with your AuditFellow account.
By AuditFellowLicense: UNLICENSED0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 13, 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 auditfellow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install auditfellow@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/auditfellow/auditfellow-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/auditfellow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/auditfellow-setup/SKILL.md└── .mcp.json
Included Skills1
Activate AuditFellow on this machine. Use when the person asks for an internal audit deliverable (finding, observation, risk, control, workpaper, GenAI audit, data strategy, AI usage document) and the "auditfellow" skill is not available yet, or when they mention an AuditFellow key.
MCP servers1
- url
- https://auditfellow.app/mcp/oauth
Plugin manifests1
{
"name": "auditfellow",
"version": "0.3.1",
"description": "Your internal audit methodology, loaded before the model writes: findings, risks, controls, testing procedures and workpapers, meeting notes, audit memos, data strategy and AI usage documents, GenAI application audits, in your team's format. Sign in with your AuditFellow account.",
"author": {
"name": "AuditFellow",
"email": "[email protected]",
"url": "https://auditfellow.app"
},
"homepage": "https://auditfellow.app",
"repository": "https://github.com/auditfellow/auditfellow-plugins",
"license": "UNLICENSED",
"keywords": [
"internal audit",
"audit",
"findings",
"risk",
"controls",
"workpapers"
],
"mcpServers": "./.mcp.json"
}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.
[auditfellow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/auditfellow)