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.
- Versions published
- 87Established · −30% score
- First published
- Sep 2025
- 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":["@interopio/[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":["@interopio/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 5 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/services/config/config.service.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/services/components/stores/s3.store.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="npm run gitignore:post-install" | 5 |
| low | Credential file access | package/dist/schemas/iocd.cli.config.schema.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Obfuscation Density | package/dist/templates/launchpad/apps/launchpad/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts17
buildnode ./scripts/delete-dist.js && tsc && npm run format && npm run lint && npm run generate-schema && npm run copy-assetsclinpm run build && node dist/cli.jscopy-assetsnode ./scripts/copy-assets.jsdevtsc --watchformatprettier --write src/**/*.ts*generate-schemanode ./scripts/generate-schema.jsgitignore:post-installnode ./scripts/handle-gitignore-templates.js post-installgitignore:post-publishnode ./scripts/handle-gitignore-templates.js post-publishgitignore:pre-packagenode ./scripts/handle-gitignore-templates.js pre-packagelinteslint src --ext .tslint:fixeslint src --ext .ts --fixpostinstallnpm run gitignore:post-installpostpublishnpm run gitignore:post-publishpreparehuskyprepublishOnlynpm run build && npm run gitignore:pre-packagetestcross-env NODE_OPTIONS=--no-experimental-webstorage jesttest:watchcross-env NODE_OPTIONS=--no-experimental-webstorage jest --watch
Dependencies13
@clack/prompts^0.7.0@electron/notarize^3.1.0@electron/osx-sign^2.2.0@sentry/node^10.17.0adm-zip^0.5.17commander^14.0.0concurrently^9.2.1dotenv^17.2.2fs-extra^11.3.1jsonwebtoken^9.0.2log4js^6.9.1plist^3.1.0undici^7.16.0