site-publisher
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes the Bash tool to execute a local Python script (
site_api.py) for site management tasks such as publishing, listing, and deleting sites. - Evidence: Multiple examples in
SKILL.mdshow the usage ofpython3 scripts/site_api.pyfor core functionality. - [CREDENTIALS_UNSAFE] (SAFE): Authentication with the Cloudflare-based API is handled through externalized secrets rather than hardcoded keys.
- Evidence:
SKILL.mdinstructs users to provide anadmin_tokenvia environment variables or a localcredentials.jsonfile. - [EXTERNAL_DOWNLOADS] (SAFE): The skill provides a feature to retrieve site files from the remote server for local management.
- Evidence: The
downloadcommand documented inSKILL.mdallows users to sync remote content from the API to a local./builddirectory.
Audit Metadata