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 updateStatic 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"}'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 high · score 40 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
| low | Credential file access | package/build.config.mjs | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts17
buildexport NODE_ENV=production && node ./build.config.mjsbuild:devexport NODE_ENV=development && node ./build.config.mjscleanrm -rf distdevnode dist/index.jsdev-addnode dist/index.js adddev-bumpnode dist/index.js bumpdev-initnode dist/index.js initdev-pubpnpm run build && cd dist && npm publishdev-publishpnpm run build && cd dist && node index.js publishdev-statusnode dist/index.js statusformat-checkprettier . --checkformat-fixprettier . --writeinstall-as-clinpm install -g ./distlinteslintlint:fixeslint --fixtestnode --testtypechecktsc -p tsconfig.json
Dependencies8
@inquirer/prompts^8.4.3console-table-printer^2.15.0eslint-plugin-import^2.32.0external-editor^3.1.0glob^13.0.6gray-matter^4.0.3human-id^4.1.3yargs^18.0.0