PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/.env

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
5,532Niche · −30% score
Versions published
415Mature · −50% score
First published
Mar 2023
Publisher
devopsmobb

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

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"}'
Publisherdevopsmobb
Artifact bytes420,360
Previous version1.4.19
Published2026-05-28T19:11:14.197Z
SHA-2565565b45ad64ce46cd56e75aea92b7429e092d2df02894d4240a6e22f9d538678

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
25Score
1.4.20Version
Status history (2 events)
  1. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 50 -> 25
  2. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowCredential file accesspackage/dist/index.mjsmatched ".npmrc"5
lowCredential file accesspackage/dist/args/commands/upload_ai_blame.mjsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./src/post_install/cx_install.mjs"5

Manifest

Package metadata

Scripts40
  • buildtsc && tsup-node --env.NODE_ENV production
  • build:devtsup-node --env.NODE_ENV development
  • cleanrm -rf build
  • debug:mcppnpm run build && node dist/index.mjs mcp --debug
  • dev:mcppnpm run build && node dist/index.mjs mcp
  • envdotenv -e ./.env
  • generatepnpm run env -- graphql-codegen -r dotenv/config --config client_codegen.ts
  • increment-version./src/scripts/increment-version.sh
  • linteslint --cache --max-warnings 0 --ignore-path .eslintignore --ext .ts,.tsx,.jsx,.graphql .
  • lint:fixeslint --fix --cache --max-warnings 0 --ignore-path .eslintignore --ext .js,.ts,.tsx,.jsx,.graphql . && prettier --write "src/**/*.graphql"
  • lint:fix:fileseslint --fix --cache --max-warnings 0 --ignore-path .eslintignore --ext .js,.ts,.tsx,.jsx,.graphql
  • postinstallnode ./src/post_install/cx_install.mjs
  • prepackdotenv-vault pull production .env && pnpm build
  • testpnpm run test:unit && pnpm run test:integration
  • test:adoGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run ado.test
  • test:cipnpm run test:unit:ci -- --coverage && pnpm run test:integration:ci -- --coverage
  • test:cli:mainGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run cli-main.test
  • test:coverageGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --coverage
  • test:e2ecd ./__e2e__ && npm i && npm run test
  • test:e2e:mcppnpm run build && cd ./__e2e__ && npm i && npm run test:mcp
  • test:e2e:mcp:cipnpm run build && cd ./__e2e__ && npm i && npm run test:mcp
  • test:githubGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run github.test
  • test:github:repoGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run github-repo.test
  • test:gitlabGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run gitlab.test
  • test:integrationGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --sequence.concurrent=false false __tests__/integration.test.ts
  • test:integration:baseline-commitGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --sequence.concurrent=false false __tests__/integration.baseline-commit.test.ts
  • test:integration:baseline-commit:proxyGIT_PROXY_HOST=http://tinyproxy:8888 HTTP_PROXY=http://localhost:8888 API_URL=http://app-api:8080/v1/graphql TOKEN=$(../../scripts/login_auth0.sh) vitest run --bail=1 --sequence.concurrent=false false __tests__/integration.baseline-commit.test.ts
  • test:integration:ciGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --bail=1 --sequence.concurrent=false false __tests__/integration.test.ts
  • test:integration:mcpGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --sequence.concurrent=false false __tests__/integration.mcp.test.ts
  • test:integration:mcp:ciGIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --bail=1 --sequence.concurrent=false false __tests__/integration.mcp.test.ts
  • …and 10 more.
Dependencies56
  • @gitbeaker/requester-utils43.8.0
  • @gitbeaker/rest43.8.0
  • @grpc/grpc-js1.14.3
  • @grpc/proto-loader0.8.0
  • @modelcontextprotocol/sdk1.29.0
  • @octokit/core5.2.0
  • @octokit/request-error5.1.1
  • @openredaction/openredaction1.0.4
  • adm-zip0.5.17
  • axios1.16.0
  • azure-devops-node-api15.1.2
  • bitbucket2.12.0
  • chalk5.6.2
  • chalk-animation2.0.3
  • configstore7.1.0
  • cross-fetch4.1.0
  • debug4.4.3
  • dotenv16.6.1
  • extract-zip2.0.1
  • fs-extra11.3.4
  • globby14.1.0
  • graphql16.13.2
  • graphql-request6.1.0
  • graphql-ws5.16.2
  • hash-wasm4.12.0
  • http-proxy-agent7.0.2
  • https-proxy-agent7.0.6
  • ignore7.0.5
  • inquirer9.3.8
  • isomorphic-ws5.0.0
  • …and 26 more.