PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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"}'
Publisherstevenic
Artifact bytes352,390
Previous version0.14.0
Published2026-05-24T17:57:53.312Z
SHA-2560bb60648f8e1d82fca51d9421769cb998eea75c03aa4ea6ff9ebec661c6e79f3

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

stevenic

2 members · evidence strength 57

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/lib/OpenAIEmbeddings.jsmatched ".azure"30
highCredential file accesspackage/lib/OpenAIEmbeddings.spec.jsmatched ".azure"30
highCredential file accesspackage/src/OpenAIEmbeddings.spec.tsmatched ".azure"30
highCredential file accesspackage/src/OpenAIEmbeddings.tsmatched ".azure"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/lib/OpenAIEmbeddings.jsmatched ".azure"30
highCredential file accesspackage/lib/OpenAIEmbeddings.spec.jsmatched ".azure"30
highCredential file accesspackage/src/OpenAIEmbeddings.spec.tsmatched ".azure"30
highCredential file accesspackage/src/OpenAIEmbeddings.tsmatched ".azure"30
lowObfuscationpackage/lib/internals/Colorize.jsmatched "\\x1b"3
lowObfuscationpackage/lib/LocalDocumentIndex.spec.jsmatched "fromCharCode"3
lowObfuscationpackage/lib/WebFetcher.jsmatched "\\u00a0"3
lowObfuscationpackage/src/internals/Colorize.tsmatched "\\x1b"3
lowObfuscationpackage/src/LocalDocumentIndex.spec.tsmatched "fromCharCode"3
lowObfuscationpackage/src/WebFetcher.tsmatched "\\u00a0"3

Manifest

Package metadata

Scripts14
  • buildtsc -b && shx mkdir -p lib/codecs/schemas && shx cp src/codecs/schemas/*.proto lib/codecs/schemas/ && shx cp -r src/templates lib/templates
  • build:allyarn build && yarn build:browser
  • build:browserwebpack --config webpack.browser.js
  • build:watchtsc -b --watch
  • cleanrimraf lib dist tsconfig.tsbuildinfo
  • clean:allrimraf _ts3.4 lib dist tsconfig.tsbuildinfo node_modules
  • clean:buildrimraf lib tsconfig.tsbuildinfo
  • linteslint src/
  • prepublishOnlyyarn run clean && yarn run build && yarn test
  • publish:checkyarn run clean:build && yarn run build && yarn test && yarn publish --dry-run
  • testyarn build && yarn test:mocha
  • test:coveragenyc --reporter=html --reporter=text ts-mocha "src/**/*.spec.ts" --timeout 10000
  • test:mochanyc ts-mocha "src/**/*.spec.ts" --timeout 10000
  • test:watchts-mocha "src/**/*.spec.ts" --timeout 10000 --watch
Dependencies13
  • @grpc/grpc-js^1.14.3
  • @grpc/proto-loader^0.8.0
  • buffer^6.0.3
  • cheerio^1.0.0
  • dotenv^17.4.1
  • gpt-tokenizer^3.4.0
  • json-colorizer^3.0.1
  • openai^6.33.0
  • turndown^7.2.0
  • uuid^13.0.0
  • wink-bm25-text-search^3.1.2
  • wink-nlp^2.3.2
  • yargs^18.0.0
Optional dependencies1
  • protobufjs^8.0.0