PkgRadar

Package evidence

@dcyfr/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
6
First published
Feb 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@dcyfr/[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":["@dcyfr/[email protected]"],"fail_on":"review"}'
Artifact bytes127,155
Previous version1.0.4
Published2026-05-25T07:26:51.704Z
SHA-256ab7c949e8ecac19182c0371b81856e0ecf874d50cc1f63ab6ef32447325620b3

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/ai.jsmatched "GITHUB_TOKEN"5
lowObfuscationpackage/dist/commands/daemon.jsmatched "\\x1b"3
lowObfuscationpackage/dist/daemon/notifications.jsmatched "\\x07"3
lowObfuscationpackage/dist/daemon/process.jsmatched "\\x1b"3
lowObfuscationpackage/dist/health/sparkline.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts31
  • buildnpm run clean && tsc --incremental false && tsc-alias
  • build:watchtsc --watch
  • changesetchangeset
  • changeset:publishchangeset publish
  • changeset:versionchangeset version
  • cleanrm -rf dist
  • clitsx src/cli.ts
  • devtsx src/cli.ts
  • example:inittsx src/cli.ts init
  • example:statustsx src/cli.ts status
  • example:telemetrytsx src/cli.ts telemetry
  • example:validatetsx src/cli.ts validate
  • examples:checknpm run example:status && npm run example:init && npm run example:telemetry
  • examples:compilenpm run typecheck
  • examples:testnpm run examples:compile && npm run examples:check
  • formatprettier --write "src/**/*.{ts,json}"
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • prepublishOnlynpm run clean && npm run build && npm run test
  • pretestnpm run build
  • releasenpm run build && changeset publish
  • startnode dist/cli.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:runvitest run
  • test:watchvitest
  • type-checktsc --noEmit
  • typechecktsc --noEmit
  • version:majornpm version major -m 'chore: bump version to %s'
  • version:minornpm version minor -m 'chore: bump version to %s'
  • …and 1 more.
Dependencies2
  • chokidar^5.0.0
  • commander^14.0.2