NYC

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.md utilize git init, git add, git commit, gh repo create, and gh api to 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 create command includes the --public flag, and the Quick Deploy Script pushes the current directory (source=.) to this public repository.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:05 PM