PkgRadar

Package evidence

@friggframework/[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
991Mature · −50% score
First published
Feb 2022
Publisher
seanspeaks

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":["@friggframework/[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":["@friggframework/[email protected]"],"fail_on":"review"}'
Publisherseanspeaks
Artifact bytes34,255,497
Previous version2.0.0--canary.602.3ed5ace.0
Published2026-06-09T18:37:23.822Z
SHA-2567dafe7be6c14d4e67a2982358c75d476b4914c5f94d99c550e78b9a9d4a3b1b3

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
2.0.0--canary.604.ba86ee6.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • lint:fixprettier --write --loglevel error . && eslint . --fix
  • prepublishOnlynpm run prisma:generate
  • prisma:generatenpm run prisma:generate:mongo && npm run prisma:generate:postgres
  • prisma:generate:mongonpx prisma generate --schema ./prisma-mongodb/schema.prisma
  • prisma:generate:postgresnpx prisma generate --schema ./prisma-postgresql/schema.prisma
  • prisma:migrate:postgresnpx prisma migrate dev --schema ./prisma-postgresql/schema.prisma
  • prisma:push:mongonpx prisma db push --schema ./prisma-mongodb/schema.prisma
  • testjest --passWithNoTests # TODO
Dependencies21
  • @aws-sdk/client-apigatewaymanagementapi^3.588.0
  • @aws-sdk/client-kms^3.588.0
  • @aws-sdk/client-lambda^3.714.0
  • @aws-sdk/client-sqs^3.588.0
  • @hapi/boom^10.0.1
  • bcryptjs^2.4.3
  • body-parser^1.20.2
  • bson^4.7.2
  • chalk^4.1.2
  • common-tags^1.8.2
  • cors^2.8.5
  • dotenv^16.4.7
  • express^4.19.2
  • express-async-handler^1.2.0
  • form-data^4.0.0
  • fs-extra^11.2.0
  • lodash4.17.21
  • lodash.get^4.4.2
  • node-fetch^2.6.7
  • serverless-http^2.7.0
  • uuid^9.0.1