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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/config.service.js | matched "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.2cookie-parser^1.4.7dotenv>=16.0.0 <18.0.0express>=5.0.0 <6.0.0jsonwebtoken^9.0.0mongodb^7.2.0morgan>=1.10.1 <2.0.0