Scan Report
0 /100
githubdescription
GitHub skill using the gh CLI for PR checks, workflow runs, and API queries
Pure documentation skill containing only SKILL.md with examples for the legitimate GitHub CLI (gh). No executable code, scripts, or hidden functionality.
Safe to install
No action required. This skill is safe to use as it only documents standard gh CLI usage patterns.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations performed - pure documentation |
| Network | NONE | NONE | — | gh CLI examples are user commands, not automated network calls |
| Shell | NONE | NONE | — | No shell execution - only shows example commands for user reference |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation declared |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
1 files · 974 B · 46 lines Markdown 1f · 46L
└─
SKILL.md
Markdown
Security Positives
✓ Single-file documentation skill with no executable code
✓ No hidden functionality - all behavior is explicitly documented
✓ Uses only the legitimate GitHub CLI (gh) tool
✓ No credential harvesting or data exfiltration indicators
✓ No dependencies or package files that could introduce supply chain risks
✓ No obfuscation or suspicious encoding patterns