PkgRadar

Package evidence

@glos/[email protected]

Credential file access: matched ".ssh\\"

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 promoting

Mixed 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"}'
Publisherglos
Artifact bytes157,773
Previous versionnone
Published2026-05-24T03:57:43.767Z
SHA-256475a386ec29ca8ac0a3691084d06cf066e6e9f9465f2a2ddab7a64045b833e93

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

review
Last checked
reviewRisk
8Score
1.0.0Version
Status history (4 events)
  1. availableavailable · risk review · score 8 · status available -> available, risk high -> review, score 67 -> 8
  2. availableavailable · risk high · score 67 · status available -> available, risk high -> high, score 101 -> 67
  3. availableavailable · risk high · score 101 · status available -> available, risk high -> high, score 279 -> 101
  4. newavailable · risk high · score 279 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Credential file access — matched "aws_secret_access_key"

11 members · evidence strength 90
Repeated static TTPstale

Credential file access — matched "AWS_SECRET_ACCESS_KEY"

17 members · evidence strength 90

Evidence

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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/doctor.jsmatched ".ssh\\"5
lowCredential file accesspackage/rules/default-policy.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts8
  • formatprettier --write "src/**/*.js" "tests/**/*.js" "*.json"
  • format:checkprettier --check "src/**/*.js" "tests/**/*.js" "*.json"
  • linteslint src tests
  • lint:fixeslint --fix src tests
  • testnode --test
  • test:coveragec8 --reporter=text --reporter=lcov --reporter=html node --test
  • typechecktsc --noEmit
  • typecheck:watchtsc --noEmit --watch