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
- 2
- First published
- Jun 2026
- Publisher
- tmuskal
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":["@a5c-ai/[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":["@a5c-ai/[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
Scripts8
buildnpm run clean && npm run codegen && tsc --build && tsc --emitDeclarationOnly --declarationMap false -p tsconfig.jsonbuild:realtimenpm run build --workspace=@a5c-ai/atlas && npm run build --workspace=@a5c-ai/comm-adapter && npm run buildcleanrimraf dist tsconfig.tsbuildinfocodegentsx src/codegen/swift-types.ts && tsx src/codegen/kotlin-types.tsprepublishOnlynpm run build:realtime && npm run test:realtime && npm run verify:releasetestvitest run --root ../../.. --config vitest.config.ts packages/adapters/uitest:realtimevitest run --root ../../.. --config vitest.config.ts "packages/adapters/ui/src/session-flow*.test.ts" "packages/adapters/ui/src/screens/SessionDetailScreen.test.tsx" "packages/adapters/ui/src/release-verification.test.ts"verify:releasenode ./scripts/verify-release.mjs
Dependencies8
@a5c-ai/comm-adapter5.1.1-staging.ecc49a53ac1freact^19.1.0react-dom^19.1.0react-native^0.85.3react-native-web^0.21.2ts-morph^25.0.1ws^8.18.3zustand^5.0.8