PkgRadar

Package evidence

@twostepsai/[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
66
Versions published
2
First published
May 2026
Publisher
two-steps

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":["@twostepsai/[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":["@twostepsai/[email protected]"],"fail_on":"high"}'
Publishertwo-steps
Artifact bytes35,852
Previous versionnone
Published2026-05-26T05:34:59.400Z
SHA-256a4dfea552eb99d201a26fe87931a97825f3c8c3f8275e4bc8f9b7222c6b34001

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
40Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowCredential file accesspackage/build.config.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts17
  • buildexport NODE_ENV=production && node ./build.config.mjs
  • build:devexport NODE_ENV=development && node ./build.config.mjs
  • cleanrm -rf dist
  • devnode dist/index.js
  • dev-addnode dist/index.js add
  • dev-bumpnode dist/index.js bump
  • dev-initnode dist/index.js init
  • dev-pubpnpm run build && cd dist && npm publish
  • dev-publishpnpm run build && cd dist && node index.js publish
  • dev-statusnode dist/index.js status
  • format-checkprettier . --check
  • format-fixprettier . --write
  • install-as-clinpm install -g ./dist
  • linteslint
  • lint:fixeslint --fix
  • testnode --test
  • typechecktsc -p tsconfig.json
Dependencies8
  • @inquirer/prompts^8.4.3
  • console-table-printer^2.15.0
  • eslint-plugin-import^2.32.0
  • external-editor^3.1.0
  • glob^13.0.6
  • gray-matter^4.0.3
  • human-id^4.1.3
  • yargs^18.0.0