homebrew-formula-updater
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/update_formula.pyfetches release metadata fromapi.github.comand downloads release assets fromgithub.com. These are well-known, trusted domains and the downloads are essential for the skill's primary function of updating formula checksums. - [COMMAND_EXECUTION]: The skill uses a Python script (
update_formula.py) to perform its tasks. The script is invoked using the standardpython3command as described in the documentation. No arbitrary or unsafe command execution was found. - [DATA_EXFILTRATION]: No sensitive local data is accessed or transmitted. Network operations are limited to the GitHub API and asset downloads necessary for generating checksums.
Audit Metadata