Scan Report
5 /100
gh-cli
GitHub CLI for remote repository analysis, file fetching, codebase comparison, and discovering trending code/repos
Pure documentation-only skill containing no code, scripts, or dependencies. The flagged base64 -d usage is legitimate GitHub API response decoding, fully documented and expected behavior.
Safe to install
No action needed. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md documents gh api, jq, gh search, and gh repo commands for remote reposi… |
| Network | READ | READ | ✓ Aligned | gh CLI commands make outbound requests to github.com API only, as documented |
| Filesystem | NONE | NONE | — | No filesystem access declared or inferred; gh api fetches remote content without… |
1 Critical 13 findings
Critical Encoded Execution Base64 编码执行(代码混淆)
base64 -d references/comparison.md:43 Medium External URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 Medium External URL 外部 URL
https://slsa.dev/provenance/v1 references/actions.md:437 Medium External URL 外部 URL
https://git-scm.com/docs/gitcredentials. references/getting_started.md:17 Medium External URL 外部 URL
https://lwn.net/Articles/835962/ references/other.md:495 Medium External URL 外部 URL
https://docs.brew.sh/Shell-Completion references/other.md:584 Medium External URL 外部 URL
https://pkg.go.dev/regexp/syntax. references/other.md:848 Medium External URL 外部 URL
https://choosealicense.com. references/repositories.md:1452 Medium External URL 外部 URL
https://choosealicense.com/appendix references/repositories.md:2030 Medium External URL 外部 URL
https://choosealicense.com/appendix. references/repositories.md:2168 Medium External URL 外部 URL
https://my.ghes.com/owner/gh-extension references/repositories.md:2382 Medium External URL 外部 URL
https://gh.io/setting-repository-visibility. references/repositories.md:2408 Info Email 邮箱地址
[email protected] references/repositories.md:164 File Tree
16 files · 203.8 KB · 8488 lines Markdown 15f · 8326L
Text 1f · 162L
├─
▾
references
│ ├─
actions.md
Markdown
│ ├─
comparison.md
Markdown
│ ├─
discovery.md
Markdown
│ ├─
extensions.md
Markdown
│ ├─
getting_started.md
Markdown
│ ├─
index.md
Markdown
│ ├─
issues.md
Markdown
│ ├─
other.md
Markdown
│ ├─
pull_requests.md
Markdown
│ ├─
releases.md
Markdown
│ ├─
remote-analysis.md
Markdown
│ ├─
repositories.md
Markdown
│ ├─
search.md
Markdown
│ └─
syntax.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation-only skill — no executable code or scripts present
✓ SKILL.md accurately describes all functionality with no undocumented behavior
✓ All base64 usage is standard GitHub API response decoding, fully explained in documentation
✓ No credential harvesting, data exfiltration, or obfuscation patterns detected
✓ No supply chain risks since there are no dependencies or package files
✓ All network activity is confined to github.com via the documented gh CLI tool