PkgRadar

Package evidence

@mc-and-his-agents/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 promoting

Mixed 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"}'
Publishertengee
Artifact bytes7,143,203
Previous version0.1.117
Published2026-05-19T10:45:06.323Z
SHA-2561e95609999384f4498d1d503de0a429cf56ad0d9ce1a847f091b60e51f783bc1

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

review
Last checked
reviewRisk
35Score
0.1.118Version
Status history (1 event)
  1. newavailable · risk review · score 35 · status changed

Evidence

Static findings

23 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/plugin/loom/skills/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10
mediumCredential file accesspackage/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.pymatched "GITHUB_TOKEN"10

Manifest

Package metadata

Scripts10
  • buildnode ./scripts/build-payload.mjs && tsc -p tsconfig.json
  • check:distributioncd ../.. && python3 tools/skills_surface.py check
  • check:docsnode ./scripts/check-doc-sync.mjs
  • check:hostscd ../.. && python3 tools/host_adapter_check.py
  • check:payloadnode ./scripts/check-payload-drift.mjs
  • check:releasenpm run check:docs && npm run check:distribution && npm run check:hosts && npm run check:versions && npm run check:payload
  • check:versionscd ../.. && python3 tools/version_surface_check.py
  • prepacknpm run build
  • prepublishOnlynpm test && npm run check:release
  • testnpm run build && node --test dist/test/*.test.js