Agent Skills— plugin

Agent Skills — independently scanned and version-tracked by SaferSkills.

Is Agent Skills safe to install?

SaferSkills independently audited Agent Skills (Plugin) and scored it 15/100 (red). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.

Score
15/100
●●○○○○○○○○
↑ +0 since first scan (15 → 15)Re-scan~30s
Latest scan
ScannedJun 27, 2026 · 27d ago
Scans run1 over 90 days
Detectors55 checks · 5 categories
Findings0 warnings · 1 high
EngineSaferSkills 2b638c6
View methodology →
SaferSkills installs
This week0
This month0
All time0
CategoryWeightCategory scoreContribution
Securityprompt, exec, net, exfil, eval
35%
20
7.0 pts
Supply chainhash, typosquat, maintainer, lockfile
20%
100
20.0 pts
Maintenancestaleness, pinning, CI
15%
100
15.0 pts
TransparencySKILL.md, perms, README
15%
100
15.0 pts
Communityinstalls, verify, response
15%
100
15.0 pts

Findings & checks · 1 flagged

Securityscore 20 · 1 finding
CRITICALContains a committed GitHub tokenSS-PLUGIN-SECRET-EXFIL-GH-TOKEN-01 · Credential exfiltration · tests/gitops-repo-audit/image-automation/infrastructure/configs/git-push-creds.yaml
CRITICALa committed token is exposed the moment it lands on a public repo — the credential is leaked outright, not merely at risk.
Why it matters

A GitHub token (password: ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…) is committed directly into this plugin's source. Anyone who reads the repo — including everyone who installs the plugin — gets the token, so it must be treated as already compromised.

The exact value spotted
excerpttests/gitops-repo-audit/image-automation/infrastructure/configs/git-push-creds.yaml· yaml
7stringData:
8username: fluxcdbot
9password: ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Occurrences
1 occurrence · at L9
How to fix
Revoke the leaked token immediately, then remove it from the code and from Git history.
  1. Revoke the token in GitHub settings now — anything pushed is already public.
  2. Delete it from the source and purge it from history; load credentials at runtime from the environment or a secrets store instead.
AvoidGITHUB_TOKEN = "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Safer pattern# never commit the token; read it at runtime from the environment GITHUB_TOKEN = os.environ["GITHUB_TOKEN"]
Trace & refs
ruleSS-PLUGIN-SECRET-EXFIL-GH-TOKEN-01sha25646eb12352e801d0brubric 365aacaView on GitHub
Supply chainscore 100 · 0 findings
All supply chain checks passedNo findings in this category for the latest scan.pass
Maintenancescore 100 · 0 findings
All maintenance checks passedNo findings in this category for the latest scan.pass
Transparencyscore 100 · 0 findings
All transparency checks passedNo findings in this category for the latest scan.pass
Communityscore 100 · 0 findings
All community checks passedNo findings in this category for the latest scan.pass
Vendor response · right of reply
Are you the maintainer? Submit a response →

Audit the pieces. Scan the whole. Decide.

~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.