gh-issues

github.com/openclaw/openclaw
Verdict: Do not install
3 critical0 high1 medium
F
SCORE 0 / 100
$skillox install gh-issuesSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade F?

score · 0 / 100

The current grade reflects 3 critical findings (any 2+ CRITs → F).

3 CRIT0 HIGH1 MED0 LOW
To reach a higher grade
  • D
    Reach Dtarget score 30

    Resolve 2 of your 3 CRIT findings — any single CRIT still keeps you at D.

  • C
    Reach Ctarget score 55

    Resolve all 3 CRIT findings.

  • B
    Reach Btarget score 75

    Resolve all 3 CRIT.

  • A
    Reach Atarget score 95

    Resolve all 3 CRIT.

Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.

Latest scan findings

Scan crawl-zszfxycxveu82xn3safrzm9u · Thu, 28 May 2026 17:10:18 GMT · 1ms

crit
Skill references secret env var ${GH_TOKEN
The skill instructions reference `${GH_TOKEN`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 51CWE-200
49```bash
50git remote get-url origin
51if [ -z "${GH_TOKEN:-}" ]; thenreferences ${GH_TOKEN — potential credential leak
52 CONFIG_PATH="${OPENCLAW_CONFIG_PATH:-${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/openclaw.json}"
53 GH_TOKEN=$(jq -r '.skills.entries["gh-issues"].apiKey // empty' "$CONFIG_PATH" 2>/dev/null || true)
crit
Skill references secret env var $GH_TOKEN
The skill instructions reference `$GH_TOKEN`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 54CWE-200
52 CONFIG_PATH="${OPENCLAW_CONFIG_PATH:-${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/openclaw.json}"
53 GH_TOKEN=$(jq -r '.skills.entries["gh-issues"].apiKey // empty' "$CONFIG_PATH" 2>/dev/null || true)
54 if [ -n "$GH_TOKEN" ]; then export GH_TOKEN; fireferences $GH_TOKEN — potential credential leak
55fi
56gh auth status
crit
Skill references secret env var ${GH_TOKEN
The skill instructions reference `${GH_TOKEN`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 76CWE-200
74
75```bash
76gh auth token >/dev/null || test -n "${GH_TOKEN:-}"references ${GH_TOKEN — potential credential leak
77gh repo view "$PUSH_REPO" --json nameWithOwner
78git ls-remote --exit-code origin HEAD
med
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule: no-manifest
View latest scan →
skillox.io/c/gh-issues