Package evidence
@tracelabs/[email protected]
Install-time lifecycle script: preinstall="touch ./database/system.db"
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
- 9
- Versions published
- 9
- First published
- Aug 2020
- Publisher
- kotlarmilos
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":["@tracelabs/[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":["@tracelabs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: preinstall="touch ./database/system.db"
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 10 · 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 | Install-time lifecycle script | package.json | preinstall="touch ./database/system.db" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="npx sequelize-cli db:migrate" | 5 |
Manifest
Package metadata
Scripts4
lint./node_modules/.bin/eslint --quiet database/migrations/ models/ modules/ .eslintrc.jspostinstallnpx sequelize-cli db:migratepreinstalltouch ./database/system.dbtestecho "Error: no test specified" && exit 1
Dependencies21
async^3.2.0awilix^3.0.9babel-eslint^8.2.6colors^1.4.0dotenv^8.2.0eslint^4.19.1eslint-config-airbnb^16.1.0eslint-plugin-import^2.11.0eslint-plugin-jsx-a11y^6.1.1eslint-plugin-react^7.9.1eslint-scope^5.1.0merge^1.2.1p-iteration^1.1.8sequelize^4.44.4sequelize-cli^5.5.1sleep-async^1.0.5sqldown^2.1.0sqlite3^5.0.0uuid^8.3.0winston^2.4.3winston-daily-rotate-file^3.4.1