What problem does it solve? Security teams often lack visibility into who actually owns sensitive code like auth, crypto, and secrets handling. This Skill analyzes git history to reveal hidden owners, orphaned sensitive files, and low bus-factor hotspots that CODEOWNERS files alone cannot show. ## Core Features & Use Cases - Ownership Topology: Builds a bipartite people-to-file graph from git history with recency weighting, timezone detection, and sensitivity tagging for auth, crypto, and secrets paths. - Risk Detection: Computes bus factor per file, flags orphaned sensitive code, and identifies hidden owners controlling large shares of security-critical code. - Co-Change Clustering: Detects file communities via Jaccard similarity and NetworkX community detection, then reports maintainers per cluster over monthly or quarterly buckets. - Use Case: A security engineer runs the analysis on a monorepo, discovers that one engineer controls 63% of auth code and several crypto files have a bus factor of 1, then exports the graph to Neo4j for visualization. ## Quick Start Ask the agent to run the ownership map script against your repository and report orphaned sensitive code and bus-factor hotspots from the generated summary.