PkgRadar

Package evidence

@effect-app/[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.

Weekly downloads
847
Versions published
245Mature · −50% score
First published
Feb 2023
Publisher
patrickroza

Effective trust discount applied: 50% (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":["@effect-app/[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":["@effect-app/[email protected]"],"fail_on":"review"}'
Publisherpatrickroza
Artifact bytes72,932
Previous version2.1.0-beta.23
Published2026-05-25T20:24:03.707Z
SHA-256579bc21c8fdb79a77140b1a5b6f2f3be708a91eb1a22a6c731581c99fe517102

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
1Score
2.1.0-beta.24Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/test.gists.yamlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts19
  • buildpnpm build:tsc
  • build:tscpnpm clean-dist && pnpm check
  • checktsgo --build
  • circularpnpm circular:src && pnpm circular:dist
  • circular:distmadge --circular --extensions js ./dist
  • circular:srcmadge --circular --ts-config ./tsconfig.json --extensions ts ./src
  • cleanrm -rf dist
  • clean-distsh ../../scripts/clean-dist.sh
  • compileNODE_OPTIONS=--max-old-space-size=6144 tsgo --noEmit
  • lintoxlint --quiet --type-aware ./src && pnpm exec dprint check --config ../../dprint.jsonc .
  • lint-fixoxlint --quiet --type-aware --fix ./src && pnpm exec dprint fmt --config ../../dprint.jsonc .
  • ncuncu
  • prepublishcp -f ./tsconfig.json ./tsconfig.json.bak && node ../../scripts/mergeTsConfig.mjs ./tsconfig.json
  • pubpnpm prepublish && npm publish --access public
  • testvitest
  • test:runpnpm run test run --passWithNoTests
  • testsuitepnpm lint && pnpm circular && pnpm run test:run
  • watchpnpm build:tsc -w
  • watch2pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsgo -w
Dependencies4
  • @effect/platform-node4.0.0-beta.70
  • effect4.0.0-beta.70
  • js-yaml4.1.1
  • node-watch^0.7.4