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
subprocessmodule inscripts/build_ownership_map.pyandscripts/community_maintainers.pyto execute thegit logcommand 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.pyusessubprocess.runto orchestrate the execution of the internalbuild_ownership_map.pyscript. This is standard functionality for the tool's architecture. - [EXTERNAL_DOWNLOADS]: The documentation identifies
networkxas 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