gh-pages-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill relies on executing local system commands to perform its primary function of deployment.
- Evidence: Scripts in
SKILL.mdutilizegit init,git add,git commit,gh repo create, andgh apito interact with the local filesystem and GitHub's servers. - [DATA_EXPOSURE] (LOW): The skill defaults to creating public GitHub repositories, which exposes local code to the public internet.
- Evidence: The
gh repo createcommand includes the--publicflag, and theQuick Deploy Scriptpushes the current directory (source=.) to this public repository.
Audit Metadata