PkgRadar

Package evidence

@ffxiv-teamcraft/[email protected]

no findings

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
134Mature · −50% score
First published
Feb 2021
Publisher
supamiu

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

Looks clean — keep monitoring

No 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":["@ffxiv-teamcraft/[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":["@ffxiv-teamcraft/[email protected]"],"fail_on":"review"}'
Publishersupamiu
Artifact bytes2,514,448
Previous version1.2.32
Published2026-06-03T07:25:55.149Z
SHA-25627217e095bbe9b223e2a974f1aa8380ba9e2ee420e91f4ce1fc0112b46c02b3e

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

low
Last checked
lowRisk
0Score
1.2.33Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildyarn prebuild && tsc
  • build:watchyarn prebuild && tsc -w
  • copyfilescopyfiles deucalion/deucalion* ./lib/deucalion/ -f
  • copyfiles:rustcopyfiles ./deucalion-dll/target/release/deucalion.dll ./lib/deucalion/ -f
  • dll:buildcargo build -r --manifest-path=./deucalion-dll/Cargo.toml
  • docs:deployyarn docs:generate && node gh-pages.js
  • docs:generatetypedoc
  • formatprettier . --write
  • pcap-types:generatebarrelsby -D -d ./src/definitions && barrelsby -D -d ./src/models
  • prebuildrimraf lib/* && yarn pcap-types:generate && yarn copyfiles && node prebuild.js
  • prebuild:include-rustrimraf lib/* && yarn pcap-types:generate && yarn dll:build && yarn copyfiles:rust && node prebuild.js
  • prepublishOnlyyarn format && yarn build && yarn docs:deploy && node gh-pages.js
Optional dependencies1
  • @ffxiv-teamcraft/dll-inject0.0.17