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
- 7
- First published
- May 2026
- Publisher
- p.golmann
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":["@mapsight/[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":["@mapsight/[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
Scripts21
buildnpm-run-all build:setup build:meta --parallel build:scripts build:icons build:icons2x build:iconsSvg build:docs --sequential build:icon-sprites build:styles copybuild:docsrun-p build:docs:overviewbuild:docs:overviewnode scripts/create-overview-md.ts ./src/icons/ ../img/mapsight-icons-svg/ > dist/docs/overview.mdbuild:icon-spritesrun-p build:icon-sprites:*build:icon-sprites:1xnode scripts/traffic-icon-sprite.ts ./dist/img/mapsight-icons/ --meta-path dist/meta.json --sprite-name mapsight-traffic-style-icon-sprite-1xbuild:icon-sprites:2xnode scripts/traffic-icon-sprite.ts ./dist/img/mapsight-icons-2x/ --meta-path dist/meta.json --sprite-name mapsight-traffic-style-icon-sprite-2xbuild:iconsnode scripts/optimize-icons.ts --src ./src/icons/ --dest ./dist/img/mapsight-icons/build:icons2xnode scripts/optimize-icons.ts --scale 2 --src ./src/icons/ --dest ./dist/img/mapsight-icons-2x/build:iconsSvgnode scripts/optimize-icons.ts --target svg --src ./src/icons/ --dest ./dist/img/mapsight-icons-svg/build:metanode scripts/create-meta-json.ts ./src/meta.json ./src/icons/ > dist/meta.jsonbuild:scriptstscbuild:setupmkdirp dist/docs && mkdirp dist/imgbuild:stylesvector-style-compiler src/scss/default.scss --output tmp/mapsight-vector-styles --name default && cp tmp/mapsight-vector-styles/default.css distcleanrimraf tmp/* dist/*clean-buildrun-s clean buildcopyrun-p copy:src copy:misccopy:misccp package.json README.md *.scss dist/copy:srcmkdirp dist/src; cp -r src/scss dist/src/linteslint scriptstypechecktsc --noEmitwatchecho "Currently traffic-style does not support watch"
Dependencies9
@mapsight/lib-ol^4.0.0chokidar^5.0.0fs-extra^11.3.5merge-stream^2.0.0ol^10.9.0sharp^0.34.5svgo^4.0.1vinyl^3.0.1zod^4.4.3