GitHub项目调研器
Analysis
This instruction-only skill is a coherent GitHub project research helper, with only purpose-aligned use of GitHub API and optional local CLI commands.
Findings (2)
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.
curl -s "https://api.github.com/search/repositories?q=关键词&sort=stars&order=desc&per_page=15"
The skill instructs the agent to use shell commands and GitHub API calls to gather repository data. This is expected for the stated purpose, but it is still external tool and network use.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
遇到 403 rate limit 时,换用 `gh api` 或等待
The optional fallback to GitHub CLI API usage may use an existing authenticated GitHub CLI session. This is purpose-aligned, but the metadata does not declare a credential requirement.
