PkgRadar

Package evidence

@flui-cloud/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.

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
6
Versions published
2
First published
May 2026
Publisher
dawit-io

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":["@flui-cloud/[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":["@flui-cloud/[email protected]"],"fail_on":"review"}'
Publisherdawit-io
Artifact bytes1,190,464
Previous versionnone
Published2026-05-18T16:56:30.959Z
SHA-2567e6f0be122a324aeb6aa775e79a2f7ca0022f55d70db76c7edb9da961802e1b2

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/lib/cli/src/commands/auth/reset-password.jsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
mediumRemote Payloadpackage/lib/cli/src/lib/template-fetcher.jsmatched "raw.githubusercontent.com"12
mediumCredential file accesspackage/lib/cli/src/services/cli-ssh.service.jsmatched "id_rsa"10
mediumCredential file accesspackage/lib/cli/src/commands/standalone/install.jsmatched ".ssh/"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/lib/cli/src/commands/auth/reset-password.jsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
mediumRemote Payloadpackage/lib/cli/src/lib/template-fetcher.jsmatched "raw.githubusercontent.com"12
mediumCredential file accesspackage/lib/cli/src/services/cli-ssh.service.jsmatched "id_rsa"10
mediumCredential file accesspackage/lib/cli/src/commands/standalone/install.jsmatched ".ssh/"10
lowCredential file accesspackage/oclif.manifest.jsonmatched ".ssh/"3

Manifest

Package metadata

Scripts6
  • buildtsc && tsc-alias
  • devts-node -r tsconfig-paths/register src/index.ts
  • postbuildpnpm link --global
  • postpackrm -f oclif.manifest.json
  • prebuildnode -e "const fs=require('fs');const path=require('path');const copyDir=(src,dest)=>{if(!fs.existsSync(src)){console.log(src+' does not exist, skipping');return}if(fs.existsSync(dest)){fs.rmSync(dest,{recursive:true})}fs.mkdirSync(path.dirname(dest),{recursive:true});fs.cpSync(src,dest,{recursive:true});console.log(src+' copied to '+dest)};copyDir('templates','lib/templates');copyDir('src/modules/instances/assets/scripts','lib/src/modules/instances/assets/scripts')"
  • prepacknpm run build && oclif manifest
Dependencies17
  • @flui-cloud/spec^0.1.0
  • @nestjs/bull^11.0.4
  • @nestjs/common^10.0.0
  • @nestjs/config^3.0.0
  • @nestjs/core^10.0.0
  • @oclif/core^3.0.0
  • @oclif/plugin-warn-if-update-available^3.0.0
  • axios^1.6.0
  • bull^4.16.5
  • chalk^5.0.0
  • fs-extra^11.3.4
  • handlebars^4.7.8
  • module-alias^2.2.3
  • ora^7.0.0
  • pg^8.16.3
  • reflect-metadata^0.1.13
  • rxjs^7.8.0