license-chooser
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements software license selection logic through local Python scripts. These scripts (
check_compatibility.py,recommend.py,render_license.py) utilize standard libraries and perform safe operations such as JSON parsing and string templating. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for cloning the official
choosealicense.comrepository from GitHub. This is a well-known and trusted service, and the download is intended for populating the license catalog used by the skill. - [DYNAMIC_EXECUTION]: The script
export_catalog.pyusesyaml.safe_loadto process front matter from license files, which is a secure method for parsing YAML data and prevents arbitrary code execution. - [DATA_EXPOSURE_&_EXFILTRATION]: No network exfiltration or unauthorized file access patterns were detected. Network operations are limited to the suggested manual download of the license catalog from a trusted source.
Audit Metadata