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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 80 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/lib/cli/src/commands/auth/reset-password.js | base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern. | 45 |
| medium | Remote Payload | package/lib/cli/src/lib/template-fetcher.js | matched "raw.githubusercontent.com" | 12 |
| medium | Credential file access | package/lib/cli/src/services/cli-ssh.service.js | matched "id_rsa" | 10 |
| medium | Credential file access | package/lib/cli/src/commands/standalone/install.js | matched ".ssh/" | 10 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/lib/cli/src/commands/auth/reset-password.js | base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern. | 45 |
| medium | Remote Payload | package/lib/cli/src/lib/template-fetcher.js | matched "raw.githubusercontent.com" | 12 |
| medium | Credential file access | package/lib/cli/src/services/cli-ssh.service.js | matched "id_rsa" | 10 |
| medium | Credential file access | package/lib/cli/src/commands/standalone/install.js | matched ".ssh/" | 10 |
| low | Credential file access | package/oclif.manifest.json | matched ".ssh/" | 3 |
Manifest
Package metadata
Scripts6
buildtsc && tsc-aliasdevts-node -r tsconfig-paths/register src/index.tspostbuildpnpm link --globalpostpackrm -f oclif.manifest.jsonprebuildnode -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.5.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.0axios^1.6.0bull^4.16.5chalk^5.0.0fs-extra^11.3.4handlebars^4.7.8module-alias^2.2.3ora^7.0.0pg^8.16.3reflect-metadata^0.1.13rxjs^7.8.0