eve-auth-and-secrets

github.com/incept5/eve-skillpacks
Verdict: Proceed with caution
0 critical4 high1 medium
C
SCORE 55 / 100
$skillox install eve-auth-and-secretsSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade C?

score · 55 / 100

The current grade reflects 4 high-severity findings (3+ HIGHs → C).

0 CRIT4 HIGH1 MED0 LOW
To reach a higher grade
  • B
    Reach Btarget score 75

    Resolve 2 of 4 HIGH (cap is 2).

  • A
    Reach Atarget score 95

    Resolve all 4 HIGH.

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

Latest scan findings

Scan crawl-zmmt3tkl4qt2g1iyq7dv2axd · Thu, 28 May 2026 17:50:36 GMT · 11ms

high
Sensitive filesystem path referenced
The skill references a path (`~\/\.ssh\/`) that contains credentials or system secrets. Reading this from an unsandboxed skill is a credential-exfiltration vector.
rule: filesystem-overreachline: 86CWE-552
84```bash
85# Invite with SSH key registration (registers key so the user can log in immediately)
86eve admin invite --email user@example.com --ssh-key ~/.ssh/id_ed25519.pub --org org_xxxsensitive path — credential-exfiltration vector
87
88# Invite with GitHub identity
high
Sensitive filesystem path referenced
The skill references a path (`~\/\.ssh\/`) that contains credentials or system secrets. Reading this from an unsandboxed skill is a credential-exfiltration vector.
rule: filesystem-overreachline: 100CWE-552
98```
99
100If no auth method is specified (`--github`, `--ssh-key`, or `--web`), the CLI warns that the user will not be able to log in. The user can self-register later via `eve auth request-access --org "Org Name" --ssh-key ~/.ssh/id_ed25519.pub --wait`.sensitive path — credential-exfiltration vector
101
102When the identity authenticates, Eve auto-provisions their account and org membership.
high
Sensitive filesystem path referenced
The skill references a path (`~\/\.ssh\/`) that contains credentials or system secrets. Reading this from an unsandboxed skill is a credential-exfiltration vector.
rule: filesystem-overreachline: 170CWE-552
168```bash
169eve auth request-access --org "My Company" --email you@example.com
170eve auth request-access --org "My Company" --ssh-key ~/.ssh/id_ed25519.pubsensitive path — credential-exfiltration vector
171eve auth request-access --status <request_id>
172```
high
Sensitive filesystem path referenced
The skill references a path (`~\/\.ssh\/`) that contains credentials or system secrets. Reading this from an unsandboxed skill is a credential-exfiltration vector.
rule: filesystem-overreachline: 701CWE-552
699The worker uses secrets for repository access:
700- **HTTPS**: `github_token` secret → `Authorization: Bearer` header
701- **SSH**: `ssh_key` secret → written to `~/.ssh/` and used via `GIT_SSH_COMMAND`sensitive path — credential-exfiltration vector
702
703## Auth Mail Delivery (SES)
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/eve-auth-and-secrets