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.
- Versions published
- 4
- First published
- Sep 2025
- Publisher
- egarcia74
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":["@egarcia74/[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":["@egarcia74/[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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lib/config/secret-manager.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts67
audit:fixnpm audit fixcinpm run lint && npm run format:check && npm run markdown:lint && npm run links:check:ci && npm run test:coverage && npm run security:auditcleanrm -rf node_modules coverage .vitestcleanup./scripts/cleanup-test-processes.shcleanup:processes./scripts/cleanup-test-processes.shdevnode --watch index.jsdocker:cleandocker compose -f test/docker/docker-compose.yml down -v && docker system prune -fdocker:detectnode test/docker/detect-platform.jsdocker:initecho '🔧 Initializing database schema...' && docker exec warp-mcp-sqlserver /opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P WarpMCP123! -C -b -i /tmp/init-db.sql && echo '✅ Database initialization completed successfully' || (echo '❌ Database initialization FAILED - check logs above' && exit 1)docker:logsdocker logs warp-mcp-sqlserverdocker:resetecho '🔄 Resetting SQL Server container with fresh data...' && npm run docker:clean && npm run docker:startdocker:restartnpm run docker:stop && npm run docker:startdocker:shelldocker exec -it warp-mcp-sqlserver /bin/bashdocker:sqldocker exec -it warp-mcp-sqlserver /opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P WarpMCP123! -Cdocker:startTESTING_MODE=true npm run docker:detect && echo '🐳 Starting optimized SQL Server container...' && docker compose -f test/docker/docker-compose.yml up -d && npm run docker:waitdocker:start:initnpm run docker:start && npm run docker:init || (echo '❌ Docker initialization failed - see errors above' && exit 1)docker:start:verbosenpm run docker:detect && echo '🐳 Starting optimized SQL Server container...' && docker compose -f test/docker/docker-compose.yml up -d && npm run docker:waitdocker:start:verbose:initnpm run docker:start:verbose && npm run docker:init || (echo '❌ Docker initialization failed - see errors above' && exit 1)docker:statusdocker ps --filter name=warp-mcp-sqlserverdocker:stopecho '🔴 Stopping SQL Server container...' && docker compose -f test/docker/docker-compose.yml downdocker:test./scripts/docker-test-runner.shdocker:test-connectionnode test/docker/test-connectivity.jsdocker:test:clean./scripts/docker-test-runner.sh --cleandocker:troubleshootnode test/docker/troubleshoot-apple-silicon.jsdocker:verifynode test/docker/verify-platform-detection.jsdocker:waitnode test/docker/wait-for-db.jsdocs:buildnpm run docs:extract && npm run docs:generate-tools && npm run docs:generate-landingdocs:extractnode scripts/docs/extract-docs.jsdocs:generate-landingnode scripts/docs/generate-landing-page.jsdocs:generate-toolsnode scripts/docs/generate-tools-html.js- …and 37 more.
Dependencies8
@azure/identity^4.11.1@azure/keyvault-secrets^4.10.0@modelcontextprotocol/sdk^1.17.5aws-sdk^2.1692.0dotenv^17.2.1mssql^11.0.1node-sql-parser^5.3.11winston^3.11.0