PkgRadar

Package evidence

[email protected]

Credential file access: matched "aws_access_key"

Recommended action

Block this update

Static 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"}'
Publishernativemojo
Artifact bytes4,922,636
Previous version2.5.11
Published2026-05-24T20:13:10.472Z
SHA-256c9379ffe7db75ab220c96bc9385d17cdc3e36323120194710099df6302fae8be

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

high
Last checked
highRisk
168Score
2.5.12Version
Status history (1 event)
  1. newavailable · risk high · score 168 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

nativemojo

2 members · evidence strength 64

Evidence

Static findings

29 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/chunks/admin-models-BLm2Xuf6.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/chunks/admin-models-CnwDczjC.jsmatched "aws_access_key"30
mediumObfuscation Densitypackage/dist/admin.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/admin.es.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/web-mojo.lite.iife.jsmatched "cUrl "12
Show all 29 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/chunks/admin-models-BLm2Xuf6.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/chunks/admin-models-CnwDczjC.jsmatched "aws_access_key"30
mediumObfuscation Densitypackage/dist/admin.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/admin.es.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/web-mojo.lite.iife.jsmatched "cUrl "12
lowObfuscationpackage/dist/admin.cjs.jsmatched "\\x3c"3
lowObfuscationpackage/dist/admin.es.jsmatched "\\x3c"3
lowObfuscationpackage/dist/auth.cjs.jsmatched "\\x3c"3
lowObfuscationpackage/dist/auth.es.jsmatched "\\x3c"3
lowObfuscationpackage/dist/chunks/ChatView-_J50Mw9K.jsmatched "\\x3c"3
lowObfuscationpackage/dist/chunks/ChatView-Boy13xn0.jsmatched "\\x3c"3
lowObfuscationpackage/dist/index.cjs.jsmatched "\\x3c"3
lowObfuscationpackage/dist/index.es.jsmatched "\\x3c"3
lowObfuscationpackage/dist/lightbox.cjs.jsmatched "\\x3c"3
lowObfuscationpackage/dist/lightbox.es.jsmatched "\\x3c"3
lowObfuscationpackage/dist/chunks/Modal-AlpJyL8b.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/Modal-nL_Z7Mlj.jsmatched "atob("3
lowObfuscationpackage/dist/mojo-auth.es.jsmatched "atob("3
lowObfuscationpackage/dist/mojo-auth.umd.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/Passkeys-CvMXixC8.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/Passkeys-DpH18HEu.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/TokenManager-D-halonm.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/TokenManager-D7VTjIwA.jsmatched "atob("3
lowObfuscationpackage/dist/chunks/User-CoJjrghU.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/chunks/User-DLsNoPz6.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/chunks/UserProfileView-BFRqUqIE.jsmatched "\\x3c"3
lowObfuscationpackage/dist/chunks/UserProfileView-BUCgJnCx.jsmatched "\\x3c"3
lowObfuscationpackage/dist/web-mojo.lite.iife.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/web-mojo.lite.iife.min.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts48
  • buildvite build
  • build: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.css
  • build: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:lite
  • build:libnpm run generate:models && npm run build:templates && vite build --config config/vite.config.lib.js
  • build:lib:watchvite build --config config/vite.config.lib.js --watch
  • build:litevite build --config config/vite.config.lite.js --mode development && vite build --config config/vite.config.lite.js --mode production
  • build:loadervite build --config config/vite.config.loader.js
  • build:mojo-authvite build --config config/vite.config.mojo-auth.js
  • build:templatesnode scripts/build-templates.js
  • build:templates:watchnode scripts/build-templates.js --watch
  • build:watchvite build --watch
  • cleanrm -rf dist
  • debugnode test/utils/debug-server.js
  • debug:watchnode test/utils/debug-server.js --watch
  • devnpm 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:framework
  • dev:livenode serve-dev.js
  • dev:templatesnpm run build:templates:watch
  • dev:versionconcurrently "npm run version:watch" "npm run dev"
  • dev:watchvite build --watch
  • examplesnode serve-examples.js
  • examples:registrynode examples/portal/scripts/build-registry.js
  • generate:modelsnode scripts/generate-model-exports.js
  • linteslint src/**/*.js
  • lint:fixeslint src/**/*.js --fix
  • migrate:camelcasenode scripts/migrate-to-camelcase.js
  • migrate:camelcase:backupnode scripts/migrate-to-camelcase.js --backup
  • …and 18 more.
Dependencies2
  • @toast-ui/editor^3.2.2
  • mustache^4.2.0