Package evidence
[email protected]
Remote Dependency Spec: devDependencies.@types/mysql2="github:types/mysql2"
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
- 374
- Versions published
- 97Established · −30% score
- First published
- Sep 2025
- Publisher
- frasan00
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
Remote Dependency Spec: devDependencies.@types/mysql2="github:types/mysql2"
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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.@types/mysql2="github:types/mysql2" | 8 |
Manifest
Package metadata
Scripts20
benchmarktsx benchmark/run.tsbenchmark:mysqltsx benchmark/run.ts --dialect mysqlbenchmark:pgtsx benchmark/run.ts --dialect pgbenchmark:setupyarn benchmark:setup:pg && yarn benchmark:setup:mysqlbenchmark:setup:mysqlprisma generate --schema benchmark/prisma/mysql.prismabenchmark:setup:pgprisma generate --schema benchmark/prisma/pg.prismabuildyarn build:prodbuild:devtsupbuild:prodyarn generate:interpreter:map && tsup --minifyformatprettier --write "**/*.ts"generate:interpreter:mapnode generate_interpreter_map.jsgenerate:migrationsyarn build && node lib/cli.js generate:migrations -d database/index.tsmigratenode ./test/migration_runner.jspreparehusky installrefresh:migrationsyarn build && node lib/cli.js refresh -d database/index.tsrun:migrationsyarn build && node lib/cli.js migrate -d database/index.tsstartyarn format && yarn build:dev && node lib/index.jstestreset && node ./test/test_runner.jstest:freshnode lib/cli.js refreshtest:with:migrationsrm -rf sqlite.db && touch sqlite.db && yarn format && yarn build:prod && yarn migrate && node ./test/test_runner.js
Dependencies3
commander^14.0.3sql-formatter^15.7.3sql-highlight^6.1.0