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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
Manifest
Package metadata
Scripts18
bootstrapnpm ci && npm run generatebuildnpm run build:esm && npm run build:cjs && npm run build:binbuild:binesbuild src/bin/gqm/gqm.ts --bundle --platform=node --outdir=dist/bin --out-extension:.js=.cjs --format=cjs --packages=externalbuild:cjsesbuild src/index.ts --bundle --platform=node --outdir=dist/cjs --out-extension:.js=.cjs --format=cjs --packages=externalbuild:esmtsccleandel-cli dist/**depsdocker compose upgeneratenpm run generate:index-files && npm run build:bin && npm run generate:gqm-stuff && npm run generate:setup-migrationgenerate:gqm-stuffnpx gqm generategenerate:index-filescti create ./src --excludes bin --withoutbackupgenerate:setup-migrationnpm run build:bin && npx gqm generate-migration setup 20230912185644linteslint src/**/*.tslint:fixeslint src --fixprebuildnpm run cleantestnpm run lint && npm run test:all && npm run buildtest:alljest tests --no-cache --no-watchman --setupFiles dotenv/configtest:apijest tests/api --no-cache --no-watchman --setupFiles dotenv/configtest: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.9code-block-writer^13.0.3dayjs^1.11.19dotenv^17.2.3graphql^16.12.0inflection^3.0.2knex^3.1.0knex-schema-inspector^3.1.0lodash^4.17.21luxon^3.7.2pg^8.17.1ts-morph^27.0.2