PkgRadar

Package evidence

@smartive/[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
1,922Niche · −30% score
Versions published
267Mature · −50% score
First published
Jul 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@smartive/[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":["@smartive/[email protected]"],"fail_on":"review"}'
Artifact bytes512,302
Previous version27.3.0
Published2026-06-17T13:53:02.920Z
SHA-2567909fe0dee8d92252baebc3f2742babf394c3f451971fb2dadf97006ea3606b0

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts18
  • bootstrapnpm ci && npm run generate
  • buildnpm run build:esm && npm run build:cjs && npm run build:bin
  • build:binesbuild src/bin/gqm/gqm.ts --bundle --platform=node --outdir=dist/bin --out-extension:.js=.cjs --format=cjs --packages=external
  • build:cjsesbuild src/index.ts --bundle --platform=node --outdir=dist/cjs --out-extension:.js=.cjs --format=cjs --packages=external
  • build:esmtsc
  • cleandel-cli dist/**
  • depsdocker compose up
  • generatenpm run generate:index-files && npm run build:bin && npm run generate:gqm-stuff && npm run generate:setup-migration
  • generate:gqm-stuffnpx gqm generate
  • generate:index-filescti create ./src --excludes bin --withoutbackup
  • generate:setup-migrationnpm run build:bin && npx gqm generate-migration setup 20230912185644
  • linteslint src/**/*.ts
  • lint:fixeslint src --fix
  • prebuildnpm run clean
  • testnpm run lint && npm run test:all && npm run build
  • test:alljest tests --no-cache --no-watchman --setupFiles dotenv/config
  • test:apijest tests/api --no-cache --no-watchman --setupFiles dotenv/config
  • test:unitjest tests/unit --no-cache --no-watchman --setupFiles dotenv/config
Dependencies18
  • @apollo/server^5.2.0
  • @graphql-codegen/add^7.0.0
  • @graphql-codegen/cli^7.0.0
  • @graphql-codegen/typescript^6.0.0
  • @graphql-codegen/typescript-operations^6.0.0
  • @graphql-codegen/typescript-resolvers^6.0.0
  • @types/node^25.0.9
  • code-block-writer^13.0.3
  • dayjs^1.11.19
  • dotenv^17.2.3
  • graphql^16.12.0
  • inflection^3.0.2
  • knex^3.1.0
  • knex-schema-inspector^3.1.0
  • lodash^4.17.21
  • luxon^3.7.2
  • pg^8.17.1
  • ts-morph^27.0.2