PkgRadar

Package evidence

@ibm/[email protected]

Remote Dependency Spec: devDependencies.vscode-ibmi="github:halcyon-tech/vscode-ibmi"

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
7
Versions published
6
First published
Aug 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 promoting

Mixed 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":["@ibm/[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":["@ibm/[email protected]"],"fail_on":"review"}'
Artifact bytes615,689
Previous version1.3.1
Published2026-01-26T15:23:07.037Z
SHA-256b3fbee30149eff375779e37e345a8cdea9439467ca3e68b2212ce0f138f5460b

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.vscode-ibmi="github:halcyon-tech/vscode-ibmi"

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

Availability ledger

available

review
Last checked
reviewRisk
32Score
1.3.2Version
Status history (1 event)
  1. newavailable · risk review · score 32 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.vscode-ibmi="github:halcyon-tech/vscode-ibmi"8
mediumRemote Dependency Specpackage.jsondevDependencies.vscode-rpgle="github:halcyon-tech/vscode-rpgle"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.vscode-ibmi added in 1.3.2 vs 1.3.1: "github:halcyon-tech/vscode-ibmi"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.vscode-rpgle added in 1.3.2 vs 1.3.1: "github:halcyon-tech/vscode-rpgle"8

Manifest

Package metadata

Scripts5
  • deploynpm run webpack && npm i && npm publish --access public
  • install:apicd ../api && npm install && cd ../cli
  • localnpm run webpack:dev && npm i -g
  • webpackwebpack --mode production --config ./webpack.config.js
  • webpack:devwebpack --mode none --config ./webpack.config.js
Dependencies5
  • ansi-colors^4.1.3
  • commander^13.1.0
  • inquirer^12.7.0
  • node-ssh^13.1.0
  • ora^8.2.0