Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@mobilabs/[email protected]"],"fail_on":"high"}'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":["@mobilabs/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 high · score 52 · status changed
Related candidates
Linked campaigns and clusters
jclo
2 members · evidence strength 54Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/es6pakket.js | matched ".npmrc" | 30 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/es6pakket.js | matched ".npmrc" | 30 |
| low | Install-time lifecycle script | package.json | prepare="husky" | 4 |
| low | Obfuscation | package/scripts/_build.template.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/build.js.dev.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/build.js.prod.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/build.skeleton.prod.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/dep.private.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/make:package:publish:json.js | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts38
build:css--- BUILDING CSS ---build:devnpm run build:js:devbuild:development--- BUILDING (DEVELOPMENT) ---build:generic--- BUILDING (GENERIC) ---build:js--- BUILDING JAVASCRIPT ---build:js:devnode scripts/build.js.dev.js $1build:js:prodnode scripts/build.js.prod.js $1build:prodnpm run build:js:prod && npm run npm:make:package:jsonbuild:production--- BUILDING (PRODUCTION) ---build:skeleton:prodnode scripts/build.skeleton.prod.js $1check:coveragec8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100dep:npm:private:packagenpm run build:prod && npm pack && sh scripts/dep.npm.private.sh ${npm_package_name} ${npm_package_version} @mobilabsdep:private:packagenpm run build:prod && node scripts/dep.private.js && sh scripts/compress.sh ${npm_package_name} ${npm_package_version} @mobilabsdep:prodrm -rf _dist-$npm_package_version && npm run build:prod && cp -r _dist _dist-$npm_package_versiondeployment--- DEPLOYING ---display:coverageopen -a safari ./coverage/lcov-report/index.htmldoc:site:buildkasar builddoc:site:initkasar init --theme <theme-name>doc:site:startkasar serve --port $1doc:site:watchkasar watchdoc:site:web--- DOCUMENTING ---general--- GENERAL ---npm:make:package:jsonnpm:publishing--- PUBLISHING ---others--- OTHERS ---postpackprebuild:prodnpm run build:dev && npm run build:skeleton:prodprepackpreparehuskyreportc8 report- …and 8 more.
Dependencies2
nopt^9.0.0shelljs^0.10.0