PkgRadar

Package evidence

@skyramp/[email protected]

Credential file access: matched ".aws/"

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.

Versions published
168Mature · −50% score
First published
Jul 2023
Publisher
jacob_skyramp

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":["@skyramp/[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":["@skyramp/[email protected]"],"fail_on":"review"}'
Publisherjacob_skyramp
Artifact bytes85,852
Previous version1.3.24
Published2026-05-23T04:17:00.288Z
SHA-2561664653040f323df627ce47807fab21931ce7d6e5bf0b63afd92262556330401

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.3.25Version
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/src/classes/SkyrampClient.jsmatched ".aws/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/download-binary.js"5

Manifest

Package metadata

Scripts5
  • cleanrimraf node_modules && rimraf package-lock.json && rimraf skyramp && rimraf lib/*
  • linteslint 'src/**/*.js' 'src/**/*.ts' --fix
  • packnpm pack
  • postinstallnode scripts/download-binary.js
  • reference-docsdocumentation build src/**/*.js src/classes/**/*.js -f md -o reference.md
Dependencies5
  • @aws-sdk/client-s3^3.812.0
  • fs^0.0.1-security
  • js-yaml^4.1.0
  • koffi^2.15.0
  • zod^3.25.3