Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 581
- Versions published
- 3
- First published
- May 2026
- Publisher
- glos
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@glos/[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@glos/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh\\"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (4 events)
- available → available · risk review · score 8 · status available -> available, risk high -> review, score 67 -> 8
- available → available · risk high · score 67 · status available -> available, risk high -> high, score 101 -> 67
- available → available · risk high · score 101 · status available -> available, risk high -> high, score 279 -> 101
- new → available · risk high · score 279 · status changed
Related candidates
Linked campaigns and clusters
Credential file access — matched "aws_secret_access_key"
11 members · evidence strength 90Credential file access — matched "AWS_SECRET_ACCESS_KEY"
17 members · evidence strength 90Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/doctor.js | matched ".ssh\\" | 5 |
| low | Credential file access | package/rules/default-policy.json | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts8
formatprettier --write "src/**/*.js" "tests/**/*.js" "*.json"format:checkprettier --check "src/**/*.js" "tests/**/*.js" "*.json"linteslint src testslint:fixeslint --fix src teststestnode --testtest:coveragec8 --reporter=text --reporter=lcov --reporter=html node --testtypechecktsc --noEmittypecheck:watchtsc --noEmit --watch