PkgRadar

Package evidence

@ydkn/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
54
Versions published
58Mature · −50% score
First published
Sep 2022
Publisher
ydkn

Effective trust discount applied: 50% (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":["@ydkn/[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":["@ydkn/[email protected]"],"fail_on":"review"}'
Publisherydkn
Artifact bytes205,338
Previous version0.8.7
Published2025-07-25T22:33:52.116Z
SHA-25619aec2c621846c080ec4759459be1ba4c8934201643fdb238ee41818996103a1

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/unifi/networkServer.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/lib/hcloud/assets/flatcar-install.shmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/unifi/networkServer.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/lib/hcloud/assets/flatcar-install.shmatched "curl "12
lowCredential file accesspackage/lib/velero/operator.jsmatched "aws_access_key"5
lowCredential file accesspackage/lib/alpine/assets/init.shmatched ".ssh/"5
lowCredential file accesspackage/lib/ubuntu/assets/init.shmatched ".ssh/"5

Manifest

Package metadata

Scripts5
  • buildpnpm run clean && tsc && pnpm run copy-files
  • cleanrimraf dist
  • copy-filescopyfiles package.json lib/**/*.{json,sh,service,tmpl} dist
  • formatprettier --write index.js lib/*.ts lib/**/*.ts
  • linteslint index.ts lib/**/*.ts
Dependencies15
  • @pulumi/aws^7.1.0
  • @pulumi/command^1.1.0
  • @pulumi/gitlab^9.2.0
  • @pulumi/hcloud^1.23.1
  • @pulumi/kubernetes^4.23.0
  • @pulumi/mailgun^3.5.10
  • @pulumi/pulumi^3.186.0
  • @pulumi/random^4.18.3
  • @pulumi/tls^5.2.1
  • @ydkn/pulumi-k0s^0.3.0
  • glob^11.0.3
  • js-yaml^4.1.0
  • just-template^2.2.0
  • template-file^6.0.1
  • urllib^4.8.0