PkgRadar

Package evidence

@sierracreativelabs/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"sierra-creative-labs","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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
2
First published
Jun 2026
Publisher
sierra-creative-labs

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":["@sierracreativelabs/[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":["@sierracreativelabs/[email protected]"],"fail_on":"review"}'
Artifact bytes11,353
Previous version0.1.0
Published2026-06-18T03:48:58.898Z
SHA-2562a37b48b7e8963200bf9e0374f1560a47bc4f36bc9942e4ac19cca8b9b765648

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"sierra-creative-labs","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"sierra-creative-labs","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts4
  • buildbun build ./src/index.ts --outfile=./dist/index.js --target=bun --packages=external && chmod +x ./dist/index.js
  • devbun run src/index.ts
  • preparehusky
  • prepublishOnlybun run build
Dependencies11
  • @commander-js/extra-typings^15.0.0
  • commander^15.0.0
  • dotenv^17.4.2
  • handlebars^4.7.9
  • ink^7.0.5
  • ink-link^5.0.0
  • ink-spinner^5.0.0
  • js-yaml^4.2.0
  • react^19.2.7
  • yaml^2.9.0
  • zod^4.4.3