PkgRadar

Package evidence

@entelligentsia/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
31
First published
May 2026
Publisher
entelligentsia

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":["@entelligentsia/[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":["@entelligentsia/[email protected]"],"fail_on":"review"}'
Artifact bytes23,089,439
Previous version1.0.25
Published2026-06-09T12:57:57.866Z
SHA-256b9a623d431c0df8eded8c8ae753c60e5f49d407086b76c73840867ea22880679

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/google-auth-library/build/src/auth/defaultawssecuritycredentialssupplier.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/enums.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@earendil-works/pi-ai/dist/env-api-keys.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/google-auth-library/build/src/auth/googleauth.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/registry/models.jsonmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/package.jsonmatched ".aws/"3
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-process/package.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts14
  • buildnode scripts/build-payload.cjs && tsc
  • build:tsc-onlytsc
  • dead-codeknip
  • install:globalnpm run build && TARBALL=$(npm pack --silent | tail -n 1) && npm install -g "./$TARBALL" && rm -f "$TARBALL" && forge --version
  • lintbiome check src test
  • lint:layeringnode tools/check-import-layering.cjs
  • lint:no-skipnode tools/check-no-skipped-tests.cjs
  • postpacknode scripts/prepack-fix-bundled.cjs --restore
  • prepacknode scripts/prepack-fix-bundled.cjs
  • smoke:tmpbash test/e2e/tmp-smoke.sh
  • sync-forgenode scripts/sync-forge.cjs
  • testvitest run
  • test:e2ebash test/e2e/smoke.sh
  • typechecktsc --noEmit
Dependencies9
  • @earendil-works/pi-agent-corefile:./vendor-pi/earendil-works-pi-agent-core-0.78.0.tgz
  • @earendil-works/pi-aifile:./vendor-pi/earendil-works-pi-ai-0.78.0.tgz
  • @earendil-works/pi-coding-agentfile:./vendor-pi/earendil-works-pi-coding-agent-0.78.0-forge.1.tgz
  • @earendil-works/pi-tuifile:./vendor-pi/earendil-works-pi-tui-0.78.0.tgz
  • @entelligentsia/forge-compress0.1.0
  • ajv^8.20.0
  • js-yaml^4.1.0
  • lunr2.3.9
  • typebox^1.1.24