PkgRadar

Package evidence

@aubo/[email protected]

no findings

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes1,381,157
Previous versionnone
Published2026-06-05T03:19:29.549Z
SHA-256e6263257fc6570780d9849df5d9829eaff50905a907c2a37ea4a28147b59c196

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • bootstrapyarn || npm i
  • build:filenode build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/i18n.js & node build/bin/version.js
  • build:themenode build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk
  • build:umdnode build/bin/build-locale.js
  • build:utilscross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js
  • cleanrimraf lib && rimraf packages/*/lib && rimraf test/**/coverage
  • deploy:buildnpm run build:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js && echo element.eleme.io>>examples/aubo_design/CNAME
  • deploy:extensioncross-env NODE_ENV=production webpack --config build/webpack.extension.js
  • devnpm run bootstrap && npm run build:file && cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js & node build/bin/template.js
  • dev:extensionrimraf examples/extension/dist && cross-env NODE_ENV=development webpack --watch --config build/webpack.extension.js
  • dev:playnpm run build:file && cross-env NODE_ENV=development PLAY_ENV=true webpack-dev-server --config build/webpack.demo.js
  • distnpm run clean && npm run build:file && npm run lint && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js && webpack --config build/webpack.component.js && npm run build:utils && npm run build:umd && npm run build:theme
  • i18nnode build/bin/i18n.js
  • lintecho 'No lint configured'
  • pubnpm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js
  • testnpm run lint && npm run build:theme && cross-env CI_ENV=/dev/ BABEL_ENV=test karma start test/unit/karma.conf.js --single-run
  • test:watchnpm run build:theme && cross-env BABEL_ENV=test karma start test/unit/karma.conf.js
Dependencies7
  • async-validator~1.8.1
  • babel-helper-vue-jsx-merge-props^2.0.0
  • deepmerge^1.2.0
  • lodash-es^4.18.1
  • normalize-wheel^1.0.1
  • resize-observer-polyfill^1.5.0
  • throttle-debounce^1.0.1