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":["[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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "aws_access_key"
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 168 · status changed
Related candidates
Linked campaigns and clusters
nativemojo
2 members · evidence strength 64Evidence
Static findings
29 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/chunks/admin-models-BLm2Xuf6.js | matched "aws_access_key" | 30 |
| high | Credential file access | package/dist/chunks/admin-models-CnwDczjC.js | matched "aws_access_key" | 30 |
| medium | Obfuscation Density | package/dist/admin.cjs.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/admin.es.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/dist/web-mojo.lite.iife.js | matched "cUrl " | 12 |
Show all 29 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/chunks/admin-models-BLm2Xuf6.js | matched "aws_access_key" | 30 |
| high | Credential file access | package/dist/chunks/admin-models-CnwDczjC.js | matched "aws_access_key" | 30 |
| medium | Obfuscation Density | package/dist/admin.cjs.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/admin.es.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/dist/web-mojo.lite.iife.js | matched "cUrl " | 12 |
| low | Obfuscation | package/dist/admin.cjs.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/admin.es.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/auth.cjs.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/auth.es.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/chunks/ChatView-_J50Mw9K.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/chunks/ChatView-Boy13xn0.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/index.cjs.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/index.es.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/lightbox.cjs.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/lightbox.es.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/chunks/Modal-AlpJyL8b.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/Modal-nL_Z7Mlj.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/mojo-auth.es.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/mojo-auth.umd.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/Passkeys-CvMXixC8.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/Passkeys-DpH18HEu.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/TokenManager-D-halonm.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/TokenManager-D7VTjIwA.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/chunks/User-CoJjrghU.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/chunks/User-DLsNoPz6.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/chunks/UserProfileView-BFRqUqIE.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/chunks/UserProfileView-BUCgJnCx.js | matched "\\x3c" | 3 |
| low | Obfuscation | package/dist/web-mojo.lite.iife.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/web-mojo.lite.iife.min.js | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts48
buildvite buildbuild:csscp src/core/css/core.css dist/core.css && cp src/core/css/portal.css dist/portal.css && cp src/core/css/table.css dist/table.css && cp src/core/css/list-view.css dist/list-view.css && cp src/core/css/toast.css dist/toast.css && cp src/core/css/chat.css dist/chat.css && cp src/core/css/lite/lite.css dist/web-mojo.lite.css && cp src/extensions/auth/css/auth.css dist/auth.css && cp src/extensions/lightbox/css/lightbox.css dist/lightbox.css && cp src/extensions/charts/css/charts.css dist/charts.css && cp src/extensions/admin/css/admin.css dist/admin.css && cp src/extensions/docit/styles/docit.css dist/docit.cssbuild:distnpm run clean && npm run generate:models && npm run build:templates && npm run build:lib && npm run build:loader && npm run build:mojo-auth && npm run build:css && npm run build:litebuild:libnpm run generate:models && npm run build:templates && vite build --config config/vite.config.lib.jsbuild:lib:watchvite build --config config/vite.config.lib.js --watchbuild:litevite build --config config/vite.config.lite.js --mode development && vite build --config config/vite.config.lite.js --mode productionbuild:loadervite build --config config/vite.config.loader.jsbuild:mojo-authvite build --config config/vite.config.mojo-auth.jsbuild:templatesnode scripts/build-templates.jsbuild:templates:watchnode scripts/build-templates.js --watchbuild:watchvite build --watchcleanrm -rf distdebugnode test/utils/debug-server.jsdebug:watchnode test/utils/debug-server.js --watchdevnpm run examples:registry && concurrently "npm run build:templates:watch" "vite"dev:frameworkconcurrently "npm run build:templates:watch" "npm run build:lib:watch" "npm run dev"dev:framework-versionconcurrently "npm run build:templates:watch" "npm run build:lib:watch" "npm run version:watch" "npm run dev"dev:fullconcurrently "npm run build:templates:watch" "npm run version:watch" "npm run dev" "npm run test:watch"dev:linknpm link && npm run dev:frameworkdev:livenode serve-dev.jsdev:templatesnpm run build:templates:watchdev:versionconcurrently "npm run version:watch" "npm run dev"dev:watchvite build --watchexamplesnode serve-examples.jsexamples:registrynode examples/portal/scripts/build-registry.jsgenerate:modelsnode scripts/generate-model-exports.jslinteslint src/**/*.jslint:fixeslint src/**/*.js --fixmigrate:camelcasenode scripts/migrate-to-camelcase.jsmigrate:camelcase:backupnode scripts/migrate-to-camelcase.js --backup- …and 18 more.
Dependencies2
@toast-ui/editor^3.2.2mustache^4.2.0