security-ownership-map
NewAnalyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "security-ownership-map": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is security-ownership-map?
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.
How to install security-ownership-map?
To install security-ownership-map: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "security-ownership-map": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is security-ownership-map best for?
security-ownership-map is a mcp categorized under General. It is designed for: security, research. Created by openai.