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 bytes158,181
Previous version1.0.0
Published2026-05-26T17:32:15.283Z
SHA-2568bddac996ce4fb67ad470073282545b64303a6540be8580262758235e36ecd03

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.1.0Version
Status history (2 events)
  1. availableavailable · risk review · score 8 · status available -> available, risk high -> review, score 58 -> 8
  2. newavailable · risk high · score 58 · status changed

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

Scripts11
  • 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 tests/policy.test.js tests/dispatch.test.js tests/event-schema.test.js tests/shell-token.test.js tests/network.test.js tests/network-ssrf.test.js tests/approval.test.js tests/file-ops.test.js tests/audit.test.js tests/redact.test.js tests/plugins.test.js tests/project-config.test.js
  • test:allnode --test
  • test:clinode --test tests/*-cli.test.js
  • test:coveragec8 --reporter=text --reporter=lcov --reporter=html node --test
  • test:securitynode --test tests/adversarial.test.js tests/security-hardening.test.js tests/content-scan.test.js tests/content-scan-agnostic.test.js tests/content-scan-extras.test.js tests/secret-scan.test.js tests/audit-hardening.test.js tests/fs-acl-check.test.js
  • typechecktsc --noEmit
  • typecheck:watchtsc --noEmit --watch