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
- 45
- First published
- Apr 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (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":["@hongmaple0820/[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":["@hongmaple0820/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
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 32 · status changed
Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/guardrails/advancedDetectors.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/workflow/gates/GateSystem.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/dist/workflow/GovernanceTemplates.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/capabilities/InstalledSkillsIntegration.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/workflow/ReviewAnalyzer.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/dist/skills/SkillRepository.js | matched "Invoke-WebRequest" | 12 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/guardrails/advancedDetectors.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/workflow/gates/GateSystem.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/dist/workflow/GovernanceTemplates.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/capabilities/InstalledSkillsIntegration.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/workflow/ReviewAnalyzer.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/dist/skills/SkillRepository.js | matched "Invoke-WebRequest" | 12 |
| low | Credential file access | package/dist/guardrails/OWASPDetector.js | matched "aws_access_key" | 5 |
| low | Obfuscation | package/dist/guardrails/DependencyAuditor.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/workflow/gates/GateSystem.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/workflow/GovernanceTemplatePacks.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/dist/workflow/GovernanceTemplates.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/dist/capabilities/InstalledSkillsIntegration.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/cli/phaseCommands.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/prompts/PromptOptimizer.js | matched "\\u3400" | 3 |
| low | Obfuscation | package/dist/skills/SkillExecutor.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/eval/WorkflowEval.js | matched "Eval(" | 3 |
| low | Obfuscation | package/scripts/workflow/lib/report-output.mjs | matched "\\u001B" | 3 |
Manifest
Package metadata
Scripts13
buildtscdevbun --watch src/api/cli.tslinteslint src/**/*.tsmcpnode dist/api/mcp.jsrelease:checknpm run typecheck && npm run lint && npm test && npm run smoke:setup && npm run smoke:providers -- --write-report && npm run build && npm audit --omit=dev && git diff --check && npm pack --dry-runservenode dist/api/http.jssmoke:gbrainnode scripts/workflow/provider-rehearsal.mjs --skip-graphify --require-gbrainsmoke:graphifynode scripts/workflow/provider-rehearsal.mjs --skip-gbrain --require-graphifysmoke:providersnode scripts/workflow/provider-rehearsal.mjssmoke:setupnode scripts/workflow/setup-smoke.mjstestvitest run --reporter dot --pool=forks --maxWorkers=4 --minWorkers=1test:serialvitest run --reporter dot --pool=forks --poolOptions.forks.maxForks=1 --poolOptions.forks.minForks=1typechecktsc --noEmit
Dependencies12
@modelcontextprotocol/sdk1.29.0better-sqlite3^11.10.0chokidar^3.6.0citty^0.1.6content-type1.0.5execa^9.3.0hono^4.5.0js-yaml^4.1.0pino^9.3.0pino-pretty^11.2.0type-is2.0.1zod^3.23.0