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
- 33
- Versions published
- 3
- First published
- Feb 2024
- Publisher
- jose.mendez.grials
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@pegasimed.com/[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":["@pegasimed.com/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts13
buildrimraf dist/ && tsccompile-filter-parserrimraf src/parsers/filter/grammar.ts && nearleyc src/parsers/filter/grammar.ne -o src/parsers/filter/grammar.tscompile-parsersnpm run compile-filter-parser && npm run compile-sort-parser && npm run compile-select-parsercompile-select-parserrimraf src/parsers/select/grammar.ts && nearleyc src/parsers/select/grammar.ne -o src/parsers/select/grammar.tscompile-sort-parserrimraf src/parsers/sort/grammar.ts && nearleyc src/parsers/sort/grammar.ne -o src/parsers/sort/grammar.tsformatprettier --write "src/**/*.ts" "src/**/*.js"linttslint -p tsconfig.jsonpostversiongit push && git push --tagspreparenpm run buildprepublishOnlynpm test && npm run lintpreversionnpm run linttestmocha -r ts-node/register src/test/*.test.tsversionnpm run format && git add -A src
Dependencies2
mongodb^3.2.2nearley^2.16.0