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.
- Weekly downloads
- 894
- Versions published
- 263Established · −30% score
- First published
- Sep 2025
- Publisher
- nativemojo
Effective trust discount applied: −30% (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":["[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":["[email protected]"],"fail_on":"review"}'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 review · score 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/chunks/admin-models-C7I47DbC.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/dist/chunks/admin-models-CI9bXwXg.js | matched "aws_access_key" | 5 |
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