Package evidence
@zenvor/[email protected]
Remote Dependency Spec: devDependencies.karma-rollup-preprocessor="github:jlmakes/karma-rollup-preprocessor#7a7268d91149307b3cf2888ee4e65ccd079955a3"
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
- 13
- First published
- Feb 2026
- 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 promotingMixed 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":["@zenvor/[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":["@zenvor/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Dependency Spec: devDependencies.karma-rollup-preprocessor="github:jlmakes/karma-rollup-preprocessor#7a7268d91149307b3cf2888ee4e65ccd079955a3"
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 review · score 2 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.karma-rollup-preprocessor="github:jlmakes/karma-rollup-preprocessor#7a7268d91149307b3cf2888ee4e65ccd079955a3" | 8 |
Manifest
Package metadata
Scripts29
buildrollup --config && npm run build:typesbuild:cirollup --config && tsc --build tsconfig-lib.json && api-extractor run && npm run build:copy-types && es-checkbuild:copy-typescp ./dist/hls.d.ts ./dist/hls.d.mts && cp ./dist/hls.d.ts ./dist/hls.js.d.tsbuild:debugrollup --config --configType full --configType demobuild:typestsc --build tsconfig-lib.json && api-extractor run --local && npm run build:copy-typesbuild:watchrollup --config --configType full --configType demo --watchdevrun-p build:watch servedocsdoctoc ./docs/API.md && api-documenter markdown -i api-extractor -o api-extractor/api-documenter && rm api-extractor/api-documenter/index.md && npm run docs-md-to-htmldocs-md-to-htmlgenerate-md --layout github --input api-extractor/api-documenter --output api-docslinteslint --cache src/ tests/ --ext .js --ext .tslint:fixnpm run lint -- --fixlint:quietnpm run lint -- --quietlint:stagedlint-stagedpreparehuskypretestnpm run lintprettierprettier --cache --write .prettier:verifyprettier --cache --check .sanity-checknpm run lint && npm run prettier:verify && npm run type-check && npm run build && es-check && npm run docs && npm run test:unitservehttp-server -o /demo .startnpm run devtestnpm run test:unit && npm run test:functest:funcBABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exittest:func:lightBABEL_ENV=development HLSJS_LIGHT=1 mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exittest:func:sauceSAUCE=1 UA=safari OS='OS X 10.15' BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exittest:unitkarma start karma.conf.jstest:unit:debugDEBUG_UNIT_TESTS=1 karma start karma.conf.js --auto-watch --no-single-run --browsers Chrometest:unit:watchkarma start karma.conf.js --auto-watch --no-single-runtype-checktsc --noEmittype-check:watchnpm run type-check -- --watch
Dependencies1
@msgpack/msgpack2.8.0