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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts17
bootstrapyarn || npm ibuild:filenode build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/i18n.js & node build/bin/version.jsbuild:themenode build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalkbuild:umdnode build/bin/build-locale.jsbuild:utilscross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.jscleanrimraf lib && rimraf packages/*/lib && rimraf test/**/coveragedeploy:buildnpm run build:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js && echo element.eleme.io>>examples/aubo_design/CNAMEdeploy:extensioncross-env NODE_ENV=production webpack --config build/webpack.extension.jsdevnpm run bootstrap && npm run build:file && cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js & node build/bin/template.jsdev:extensionrimraf examples/extension/dist && cross-env NODE_ENV=development webpack --watch --config build/webpack.extension.jsdev:playnpm run build:file && cross-env NODE_ENV=development PLAY_ENV=true webpack-dev-server --config build/webpack.demo.jsdistnpm 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:themei18nnode build/bin/i18n.jslintecho 'No lint configured'pubnpm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.jstestnpm run lint && npm run build:theme && cross-env CI_ENV=/dev/ BABEL_ENV=test karma start test/unit/karma.conf.js --single-runtest:watchnpm run build:theme && cross-env BABEL_ENV=test karma start test/unit/karma.conf.js
Dependencies7
async-validator~1.8.1babel-helper-vue-jsx-merge-props^2.0.0deepmerge^1.2.0lodash-es^4.18.1normalize-wheel^1.0.1resize-observer-polyfill^1.5.0throttle-debounce^1.0.1