BeClaude

security-ownership-map

New
7.3kSmitheryGeneralby openai

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.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "security-ownership-map": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
securityresearch

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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.