security-ownership-map

Pass

Audited by Gen Agent Trust Hub on Jun 15, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses Python's subprocess module in scripts/build_ownership_map.py and scripts/community_maintainers.py to execute the git log command for history analysis. These executions are performed using argument lists rather than shell strings, which is the recommended practice for preventing command injection.
  • [COMMAND_EXECUTION]: The wrapper script scripts/run_ownership_map.py uses subprocess.run to orchestrate the execution of the internal build_ownership_map.py script. This is standard functionality for the tool's architecture.
  • [EXTERNAL_DOWNLOADS]: The documentation identifies networkx as a required Python dependency. This is a well-known, legitimate library used for graph analysis and does not represent a security risk.
  • [DATA_EXFILTRATION]: While the skill analyzes repository metadata such as author names and sensitive file paths, it performs all processing locally and saves results to a user-specified output directory. No network exfiltration or remote data transmission was observed.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 15, 2026, 09:45 AM
Security Audit — agent-trust-hub — security-ownership-map