lov-maintain-partners
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/audit_partners.pyusessubprocess.runto execute thecurlcommand. This is used specifically to probe partner URLs for HTTP health checks (dead link detection), which is a core feature of the skill's audit functionality. - [EXTERNAL_DOWNLOADS]: The documentation (
README.mdandSKILL.md) instructs the user to install standard development dependencies, including thePillowPython library via pip andlibrsvgvia Homebrew for SVG processing. - [DATA_EXPOSURE]: The skill accesses a local configuration file (
~/.skill-publisher/skills/profile.json) and specific environment variables to resolve the path to the website repository. This is a standard practice for local development tools to manage workspace configurations. - [COMMAND_EXECUTION]: The skill workflow instructions in
SKILL.mdinclude shell commands for image processing (e.g.,rsvg-convert) and file manipulation (e.g.,sedfor SVG cleanup). These are standard operations for the intended purpose of logo normalization.
Audit Metadata