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
- 2,186Niche · −30% score
- Versions published
- 114
- First published
- Apr 2026
- Publisher
- tengee
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":["@mc-and-his-agents/[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":["@mc-and-his-agents/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 35 · status changed
Evidence
Static findings
23 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/plugin/loom/skills/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
| medium | Credential file access | package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py | matched "GITHUB_TOKEN" | 10 |
Manifest
Package metadata
Scripts10
buildnode ./scripts/build-payload.mjs && tsc -p tsconfig.jsoncheck:distributioncd ../.. && python3 tools/skills_surface.py checkcheck:docsnode ./scripts/check-doc-sync.mjscheck:hostscd ../.. && python3 tools/host_adapter_check.pycheck:payloadnode ./scripts/check-payload-drift.mjscheck:releasenpm run check:docs && npm run check:distribution && npm run check:hosts && npm run check:versions && npm run check:payloadcheck:versionscd ../.. && python3 tools/version_surface_check.pyprepacknpm run buildprepublishOnlynpm test && npm run check:releasetestnpm run build && node --test dist/test/*.test.js