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

Related skills

More from tech-leads-club/agent-skills

Installs
85
GitHub Stars
2.3K
First Seen
Feb 5, 2026