PkgRadar

Package evidence

@ossy/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
87
First published
Mar 2026
Publisher
oskarssylwan

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":["@ossy/[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":["@ossy/[email protected]"],"fail_on":"review"}'
Publisheroskarssylwan
Artifact bytes34,484
Previous version1.39.1
Published2026-06-13T01:31:00.789Z
SHA-256efd89475034ca234cbc9b2f0fd8d60b111db49cd8886f21f03960f7a34d6e356

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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.39.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/config.service.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts2
  • startPORT=3003 node -e "import('./src/server.js').then(m => m.startServer())"
  • testNODE_OPTIONS=--experimental-vm-modules jest --verbose
Dependencies18
  • @aws-sdk/client-s3^3.1057.0
  • @aws-sdk/client-ses^3.0.0
  • @aws-sdk/s3-request-presigner^3.1057.0
  • @aws-sdk/util-create-request^3.972.26
  • @aws-sdk/util-format-url^3.972.17
  • @ossy/event-store^1.8.2
  • @ossy/locale^1.40.2
  • @ossy/observability^1.8.2
  • @ossy/policies^1.13.2
  • @ossy/sdk^1.40.2
  • @ossy/tokens^1.13.2
  • @ossy/users^1.13.2
  • cookie-parser^1.4.7
  • dotenv>=16.0.0 <18.0.0
  • express>=5.0.0 <6.0.0
  • jsonwebtoken^9.0.0
  • mongodb^7.2.0
  • morgan>=1.10.1 <2.0.0