configure-github-pages
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill utilizes the
!commandsyntax inSKILL.mdto automatically gather context about the repository when loaded. These commands are limited to standard file discovery usingfind(e.g., locating workflow files, documentation configs, and CNAME files) and do not involve sensitive data or untrusted inputs. - [EXTERNAL_DOWNLOADS]: The GitHub Action templates provided in
REFERENCE.mdinclude steps to install well-known documentation tools such as MkDocs and Sphinx from official package registries. These are standard dependencies for the documentation workflows being configured. - [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh api) and standard shell utilities (grep,find) to inspect repository settings and workflow versions. These operations are consistent with the skill's intended purpose of auditing and configuring deployment environments. - [DATA_EXFILTRATION]: There is no evidence of sensitive data access (e.g., credentials, SSH keys) or transmission to unauthorized external domains. Communication is restricted to official GitHub infrastructure.
Audit Metadata