PkgRadar

Package evidence

@fishawack/[email protected]

Remote Payload: matched "curl "

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
91
Versions published
204Mature · −50% score
First published
Jan 2021
Publisher
fishawack

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":["@fishawack/[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":["@fishawack/[email protected]"],"fail_on":"review"}'
Publisherfishawack
Artifact bytes163,298
Previous version5.5.0-beta.2
Published2026-04-29T08:25:24.236Z
SHA-2565d172129f831bf07c096b4aff2bbe603047a92352318623832465126b21e071c

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/commands/create/services/egnyte.jsmatched "curl "12
mediumRemote Payloadpackage/commands/create/services/gitlab.jsmatched "curl "12
mediumRemote Payloadpackage/commands/origin.jsmatched "curl "12
mediumRemote Payloadpackage/commands/create/templates/elasticbeanstalk/.platform/hooks/predeploy/deactivate-plugins.shmatched "curl "12
mediumRemote Payloadpackage/_Scripts/post-release.shmatched "curl "12
mediumCredential file accesspackage/commands/create/services/guide.jsmatched ".ssh/"10
mediumCredential file accesspackage/commands/create/services/test.jsmatched ".ssh/"10
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/commands/create/services/egnyte.jsmatched "curl "12
mediumRemote Payloadpackage/commands/create/services/gitlab.jsmatched "curl "12
mediumRemote Payloadpackage/commands/origin.jsmatched "curl "12
mediumRemote Payloadpackage/commands/create/templates/elasticbeanstalk/.platform/hooks/predeploy/deactivate-plugins.shmatched "curl "12
mediumRemote Payloadpackage/_Scripts/post-release.shmatched "curl "12
mediumCredential file accesspackage/commands/create/services/guide.jsmatched ".ssh/"10
mediumCredential file accesspackage/commands/create/services/test.jsmatched ".ssh/"10
lowCredential file accesspackage/commands/create/services/aws/index.jsmatched "id_rsa"5
lowCredential file accesspackage/_Test/key.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/commands/create/cmds/key.jsmatched "aws_access_key"5
lowCredential file accesspackage/commands/create/libs/vars.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/core/0/entrypoint.shmatched ".ssh/"5
lowCredential file accesspackage/bitbucket-pipelines.ymlmatched ".aws/"3

Manifest

Package metadata

Scripts2
  • postversiondocker buildx build --target development --platform linux/amd64,linux/arm64 -t fishawack/lab-env-wordpress-1-php:$npm_package_version -t fishawack/lab-env-wordpress-1-php:latest --push . && git add . && git commit -m "build: bumped fishawack/lab-env-wordpress-1-php to $npm_package_version"
  • preversiondocker login