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 firecrawl/skills

Installs
12
GitHub Stars
5
First Seen
Mar 14, 2026