Package evidence
@expressots/[email protected]
Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.
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
- 6,696Niche · −30% score
- Versions published
- 35Mature · −50% score
- First published
- Feb 2023
- Publisher
- expresso-ts
Effective trust discount applied: −50% (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":["@expressots/[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":["@expressots/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.
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 27 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/bin/migrate/generators/heroku-to-fly.js | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/bin/migrate/generators/heroku-to-fly.js | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
| low | Credential file access | package/bin/cicd/generators/github-actions.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/bin/migrate/analyzers/platform-detector.js | matched ".aws/" | 5 |
Manifest
Package metadata
Scripts18
buildnpm run clean && tsc -p tsconfig.json && npm run cp:templates && node scripts/chmod.js ./bin/cli.jscleannode scripts/rm.js bincoveragejest --coveragecp:templatesnode scripts/cp.js ./src/generate/templates ./bin/generate/formatprettier --write "./src/**/*.ts" --cachelinteslint "./src/**/*.ts" --cache --cache-location node_modules/.cache/eslint/lint:fixeslint "./src/**/*.ts" --fix --cache --cache-location node_modules/.cache/eslint/preparehuskyprepublishnpm run build && npm packreleaserelease-itrelease:preparenode scripts/release/prepare-publish.mjsrelease:publishnpm run build && npm run release:prepare && npm publish --tag next --access public && npm run release:restorerelease:restorenode scripts/release/restore-package-json.mjsstartnode ./bin/cli.jsstart:buildnpm run build && npm run startstart:devtsx ./src/cli.tstestjesttest:watchjest --watch
Dependencies12
@expressots/sharedfile:../shared/expressots-shared-4.0.0-preview.3.1.tgzchalk4.1.2cli-progress3.12.0cross-spawn7.0.6degit2.8.4glob13.0.6inquirer^8.2.7mustache4.2.0ora5.4.1semver7.6.3ts-node10.9.2yargs17.7.2