PkgRadar

Package evidence

@malloy-publisher/[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
57
Versions published
158Mature · −50% score
First published
Jun 2025
Publisher
quirkyllama

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@malloy-publisher/[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":["@malloy-publisher/[email protected]"],"fail_on":"review"}'
Publisherquirkyllama
Artifact bytes7,755,480
Previous version0.0.52
Published2025-06-21T05:47:12.616Z
SHA-2564400ccace4def8e838f684247463dc578b877598353bac7eddf3854587d41af0

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
5Score
0.0.53Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/dist/ssh-config-Cv4IjUE2.cjsmatched ".ssh/"5
lowCredential file accesspackage/dist/ssh-config-DE_bs13T.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildBUILD_MODE=library bunx vite build --mode development
  • build:serverbunx vite build --mode production
  • devbunx vite --host
  • formatbunx prettier --write --parser typescript '**/*.{ts,tsx}'
  • generate-api-types
  • lintbunx eslint ./src --ext .ts,.tsx --ignore-path .gitignore --fix
  • previewbunx vite preview
Dependencies5
  • @malloy-publisher/sdk^v0.0.53
  • @mui/icons-material^7.0.2
  • @mui/material^7.0.2
  • @vitejs/plugin-react^4.3.1
  • react-router-dom^7.6.2