page-template
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's HTML templates (
index.html,section-index.html) reference a CSS kernel hosted on jsDelivr (https://cdn.jsdelivr.net/gh/terrylica/cc-skills@main/plugins/html-showcase/assets/showcase.css). This is a well-known CDN serving the author's own repository resources. - [COMMAND_EXECUTION]: The
scripts/site.shscript executes shell commands includingrsync,ssh, andpagefindfor site building and deployment. Thescripts/install.shscript executesgit configto set the repository's hooks path to.githooks, enabling automated push-time actions. - [DATA_EXFILTRATION]: The
pushcommand inscripts/site.shusesrsyncto transfer the contents of a local directory to a remote server (bigblack). This is the intended behavior for site publishing as documented in the skill's references and serves the primary purpose of the skill.
Audit Metadata