PkgRadar

Package evidence

@aubo/[email protected]

Invalid Package Json: package.json is not valid JSON

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
1
First published
Jun 2026
Publisher
aubo-robotics

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":["@aubo/[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":["@aubo/[email protected]"],"fail_on":"review"}'
Publisheraubo-robotics
Artifact bytes42,155
Previous versionnone
Published2026-06-05T02:55:37.919Z
SHA-256e1d31194908b556baf8d61c1a2b06d6cda76d8d8461fc450c951f30b13cf82ae

Why flagged

What the scanner saw

Invalid Package Json: package.json is not valid JSON

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumInvalid Package Jsonpackage/templates/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts4
  • buildnpm run clean && tsc -p tsconfig.build.json && echo 'Build complete'
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • devtsc -p tsconfig.build.json --watch
  • prepublishOnlynpm run build
Dependencies7
  • @babel/cli^7.27.0
  • @babel/core^7.27.0
  • @babel/preset-env^7.27.0
  • adm-zip^0.5.17
  • core-js^3.40.0
  • fs-extra^11.3.4
  • typescript^6.0.3