PkgRadar

Package evidence

@sassoftware/[email protected]

Credential File Packaged: package/.env

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
12Established · −30% score
First published
Mar 2022
Publisher
suksja

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@sassoftware/[email protected]"],"fail_on":"high"}'

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":["@sassoftware/[email protected]"],"fail_on":"high"}'
Publishersuksja
Artifact bytes496,194
Previous versionnone
Published2022-03-10T11:49:00.611Z
SHA-256be64b55a5953d3d9c3c6454ba0c8abc7c8507f0c39a99453b29401334ef2cf0e

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
24Score
0.1.8Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.json
  • build:watchtsc -p tsconfig.json --watch
  • deployBuildnpm run package
  • packageenv-cmd sh package.sh
  • reviewBuildnpm run test
  • testnpm run build && jasmine src/**/*.spec.js
Dependencies4
  • @angular-devkit/core^11.2.8
  • @angular-devkit/schematics^11.2.8
  • @schematics/angular^11.2.9
  • typescript~4.1.2