Github
Analysis
This is a straightforward GitHub CLI helper, but it can act through the user’s existing GitHub login and a broad API command without clearly declared credential or scope limits.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
The `gh api` command is useful for accessing data not available through other subcommands.
`gh api` is a broad escape-hatch interface to GitHub’s API. The examples are read-only, but the skill does not state limits such as only using GET requests or requiring user approval for write-capable endpoints.
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
The skill depends on the external `gh` CLI, but the package metadata does not declare or install that binary. Users must rely on their local CLI installation and authentication state.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Use the `gh` CLI to interact with GitHub.
The GitHub CLI commonly acts through the user’s existing local GitHub authentication. The supplied requirements declare no primary credential, env vars, or config paths, so the account authority used by the agent is implicit rather than clearly scoped.
