PkgRadar

Package evidence

@charles_lindecker/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
3
First published
May 2026
Publisher
charles_lindecker

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":["@charles_lindecker/[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":["@charles_lindecker/[email protected]"],"fail_on":"review"}'
Artifact bytes48,456
Previous version0.1.0
Published2026-05-20T01:18:25.875Z
SHA-256b188980ca8a24d9d7b350202a8f291b8a0b1d3aa03c837b4a09502c55dcb06d4

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts15
  • audit:depsnpm audit --omit=dev --audit-level=high
  • audit:deps:ciaudit-ci --config audit-ci.json
  • buildtsup
  • devtsx src/cli.ts
  • linteslint src --ext .ts
  • lint:securityeslint src --ext .ts --no-eslintrc --config .eslintrc.security.cjs
  • securitynpm run audit:deps:ci && npm run lint:security && npm run test:security
  • startnode dist/cli.js
  • testvitest
  • test:coveragevitest run --coverage
  • test:coverage:civitest run --coverage --reporter=default --reporter=junit --outputFile=coverage/junit.xml
  • test:coverage:watchvitest --coverage
  • test:runvitest run
  • test:securityvitest run tests/security
  • typechecktsc --noEmit
Dependencies10
  • @inquirer/prompts^7.2.1
  • @types/adm-zip^0.5.8
  • adm-zip^0.5.17
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^12.1.0
  • execa^9.5.2
  • ora^8.1.1
  • p-limit^6.2.0
  • semver^7.6.3