PkgRadar

Package evidence

@trops/[email protected]

Credential file access: matched ".npmrc"

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":["@trops/[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":["@trops/[email protected]"],"fail_on":"high"}'
Publisherjgiatropoulos
Artifact bytes3,515,851
Previous version1.0.55
Published2026-05-25T00:19:59.684Z
SHA-2567bd9a21b1163189804b2f26324ab213055b316cb18f572d0e981deb530cdb5f1

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

jgiatropoulos

3 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/package.jsonmatched ".npmrc"30
highCredential file accesspackage/package.jsonmatched ".npmrc"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/package.jsonmatched ".npmrc"30
highCredential file accesspackage/package.jsonmatched ".npmrc"30
lowObfuscationpackage/dist/index.jsmatched "\\xD7"3

Manifest

Package metadata

Scripts27
  • buildnpm run prettify && npm run build:css && npm run prod
  • build-storybookstorybook build
  • build:csstailwindcss -i src/index.css -o src/tailwind.css -m
  • bumpnpm version --no-git-tag-version patch
  • bump-tagnpm version -m patch
  • ci./scripts/ci.sh
  • ci:commit./scripts/ci.sh --commit
  • ci:pr./scripts/ci.sh --pr
  • ci:push./scripts/ci.sh --push
  • ci:release./scripts/ci.sh --release
  • clean-distrm -r ./dist/* || exit 0
  • clean-packagerm -r ./package/* || exit 0
  • copy\cp package.json dist/ && cp README.md dist/ && \cp jsconfig.json dist/ && cp src/tailwind.css dist/tailwind.css && \cp .npmrc dist/.npmrc
  • copy-packagecd ./package && cp trops-dash-react-*.tgz trops-dash-react.tgz || exit 0
  • drynpm run prettify && yarn bump && rm -r ./dist/* && rm -r ./package/* && npm run roll && yarn copy && yarn pack-local-esm && yarn copy-package
  • link-package-1cd ./dist && npm link
  • pack-local-esmmkdir -p ./package && cd ./dist && npm pack --pack-destination ../package
  • prettifyprettier --write .
  • prodNODE_ENV=prod npm run prettify && npm run clean-dist && npm run clean-package && npm run roll && npm run copy && npm run pack-local-esm && npm run copy-package
  • release-workflow
  • rollNODE_ENV=prod rollup -c
  • storybookstorybook dev -p 6006
  • testexit 0
  • test-jestNODE_OPTIONS=--experimental-vm-modules jest
  • test-storybooktest-storybook
  • test-storybook:screenshotstest-storybook --url http://localhost:6006 --browsers chromium
  • test:dist-pure-esmnode --test scripts/test-no-cjs-require-in-dist.js
Dependencies11
  • @fortawesome/fontawesome-free^6.1.1
  • @fortawesome/fontawesome-svg-core^6.1.1
  • @fortawesome/free-brands-svg-icons^6.5.2
  • @fortawesome/free-solid-svg-icons^6.1.1
  • @fortawesome/react-fontawesome^0.1.18
  • @monaco-editor/react^4.6.0
  • clsx^2.1.1
  • monaco-themes^0.4.4
  • tailwindcss^3.2.7
  • tsconfig-paths-webpack-plugin^4.2.0
  • typescript^5.1.6