security-ownership-map

Originally fromopenai/skills
Installation
SKILL.md

Security Ownership Map

Overview

Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits.

Requirements

  • Python 3
  • networkx (required; community detection is enabled by default)

Install with:

pip install networkx

Workflow

Installs
68
GitHub Stars
28.1K
First Seen
Feb 8, 2026
security-ownership-map — davila7/claude-code-templates