PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publisherdeangeeker
Artifact bytes918,741
Previous version0.1.21
Published2026-05-06T02:13:08.593Z
SHA-2568b006601c0da534dc021df3f65180b773c8ec83433720594060f81431c284370

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

high
Last checked
highRisk
315Score
0.1.22Version
Status history (1 event)
  1. newavailable · risk high · score 315 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

deangeeker

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/cli/cmd/auth.tsmatched "AWS_ACCESS_KEY"30
highCredential file accesspackage/src/mcp/git-github.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/cli/cmd/github.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/bun/index.tsmatched ".npmrc"30
highCredential file accesspackage/src/skill/manage.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/cli/cmd/mcp.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/provider/provider.tsmatched ".azure"30
mediumRemote Payloadpackage/src/runtime/exec-policy.tsmatched "Invoke-WebRequest"12
mediumRemote Payloadpackage/src/installation/index.tsmatched "curl "12
mediumRemote Payloadpackage/parsers-config.tsmatched "github.com/tree-sitter/tree-sitter-python/releases/download"12
mediumRemote Payloadpackage/src/file/ripgrep.tsmatched "github.com/BurntSushi/ripgrep/releases/download"12
mediumRemote Payloadpackage/src/lsp/server.tsmatched "curl "12
Show all 27 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/cli/cmd/auth.tsmatched "AWS_ACCESS_KEY"30
highCredential file accesspackage/src/mcp/git-github.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/cli/cmd/github.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/bun/index.tsmatched ".npmrc"30
highCredential file accesspackage/src/skill/manage.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/cli/cmd/mcp.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/provider/provider.tsmatched ".azure"30
mediumRemote Payloadpackage/src/runtime/exec-policy.tsmatched "Invoke-WebRequest"12
mediumRemote Payloadpackage/src/installation/index.tsmatched "curl "12
mediumRemote Payloadpackage/parsers-config.tsmatched "github.com/tree-sitter/tree-sitter-python/releases/download"12
mediumRemote Payloadpackage/src/file/ripgrep.tsmatched "github.com/BurntSushi/ripgrep/releases/download"12
mediumRemote Payloadpackage/src/lsp/server.tsmatched "curl "12
lowObfuscationpackage/script/postinstall.mjsmatched "\\x1b"3
lowObfuscationpackage/src/acp/agent.tsmatched "Buffer.from(base64Data, \"base64"3
lowObfuscationpackage/src/tool/analysis-grounding.tsmatched "\\uFEFF"3
lowObfuscationpackage/src/tool/analysis-state.tsmatched "\\x00"3
lowObfuscationpackage/src/cli/cmd/tui/util/clipboard.tsmatched "\\x1b"3
lowObfuscationpackage/src/plugin/codex.tsmatched "fromCharCode"3
lowObfuscationpackage/src/util/color.tsmatched "\\x1b"3
lowObfuscationpackage/src/tool/data-import.tsmatched "\\x00"3
lowObfuscationpackage/src/tool/econometrics.tsmatched "\\x00"3
lowObfuscationpackage/src/patch/index.tsmatched "\\u2018"3
lowObfuscationpackage/src/session/prompt.tsmatched "Buffer.from(part.url, \"base64"3
lowObfuscationpackage/src/cli/cmd/stats.tsmatched "\\x1B"3
lowObfuscationpackage/src/cli/cmd/tui/util/terminal.tsmatched "\\x1b"3
lowObfuscationpackage/src/cli/ui.tsmatched "\\x1b"3
lowObfuscationpackage/src/runtime/workflow-locale.tsmatched "\\u3400"3

Manifest

Package metadata

Scripts17
  • buildbun run script/build.ts
  • build:windows-prioritybun run script/build.ts --windows-priority
  • cleanecho 'Cleaning up...' && rm -rf node_modules dist
  • deployecho 'Deploying application...' && bun run build && echo 'Deployment completed successfully'
  • devBROWSERSLIST_IGNORE_OLD_DATA=1 bun run --conditions=browser ./src/index.ts
  • docsecho 'Generating documentation...' && find src -name '*.ts' -exec echo 'Processing: {}' \;
  • formatecho 'Formatting code...' && bun run --prettier --write src/**/*.ts
  • lintecho 'Running lint checks...' && bun test --coverage
  • pack:publishbun run script/publish.ts --pack-only
  • pack:publish:windowsbun run script/publish.ts --pack-only --windows-priority
  • pack:publish:windows:latestbun run pack:publish:windows
  • publish:windowsbun run script/publish.ts --windows-priority
  • publish:windows:latestbun run publish:windows
  • randomecho 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'
  • release:windows:latestbun run script/release-windows.ts
  • testbun test
  • typechecktsgo --noEmit
Dependencies72
  • @actions/core1.11.1
  • @actions/github6.0.1
  • @agentclientprotocol/sdk0.12.0
  • @ai-sdk/amazon-bedrock3.0.73
  • @ai-sdk/anthropic2.0.57
  • @ai-sdk/azure2.0.91
  • @ai-sdk/cerebras1.0.34
  • @ai-sdk/cohere2.0.22
  • @ai-sdk/deepinfra1.0.31
  • @ai-sdk/gateway2.0.25
  • @ai-sdk/google2.0.52
  • @ai-sdk/google-vertex3.0.97
  • @ai-sdk/groq2.0.34
  • @ai-sdk/mistral2.0.27
  • @ai-sdk/openai2.0.89
  • @ai-sdk/openai-compatible1.0.30
  • @ai-sdk/perplexity2.0.23
  • @ai-sdk/provider2.0.1
  • @ai-sdk/provider-utils3.0.20
  • @ai-sdk/togetherai1.0.31
  • @ai-sdk/vercel1.0.31
  • @ai-sdk/xai2.0.51
  • @clack/prompts1.0.0-alpha.1
  • @gitlab/gitlab-ai-provider3.1.3
  • @hono/standard-validator0.1.5
  • @hono/zod-validatorcatalog:
  • @killstata/pluginworkspace:*
  • @killstata/scriptworkspace:*
  • @killstata/sdkworkspace:*
  • @killstata/utilworkspace:*
  • …and 42 more.