flogo
The package downloads a source tarball from the maintainer's own domain, which is not on a standard forge but plausibly the project's official host; the tarball contains non-executable data (an ASAR archive used by Electron) and the build process is transparent, with no obfuscated code or remote execution, making the realistic worst case a compromised data file rather than arbitrary code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the maintainer's own domain, which is not on a standard forge but plausibly the project's official host; the tarball contains non-executable data (an ASAR archive used by Electron) and the build process is transparent, with no obfuscated code or remote execution, making the realistic worst case a compromised data file rather than arbitrary code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=(https://downloads.fdossena.com/Projects/Flogo/Flogo-1.3.1-asar.tar.gz
PKGBUILD
1 offending line(s) highlighted# Maintainer: fdossena <info@fdossena.com>
pkgname=flogo
pkgver=1.3.1
pkgrel=1
pkgdesc='Create and run programs using flow charts'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://fdossena.com?p=flogo/index.frag"
license=('AGPL-3.0-or-later')
depends=('electron')
makedepends=()
provides=('flogo')
source=(https://downloads.fdossena.com/Projects/Flogo/Flogo-1.3.1-asar.tar.gz
flogo.desktop
flogo.sh
flogo-mime.xml)
sha256sums=(82df50ac8d5b426b2d23360e951e0311324844d6ff8e9069b5d2c6de5aa4142a SKIP SKIP SKIP)
package() {
mkdir -p "$pkgdir/usr/lib/$pkgname"
cp "$srcdir/app.asar" "$pkgdir/usr/lib/$pkgname"
install -Dm755 "./flogo.sh" "$pkgdir/usr/bin/flogo"
install -Dm644 "./flogo.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "./flogo-mime.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
install -Dm644 "$srcdir/icons/icon.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
install -Dm644 "$srcdir/icons/icon_file.png" "$pkgdir/usr/share/icons/hicolor/256x256/mimetypes/x-${pkgname}_file.png"
cd ..
}
post_install(){
update-mime-database /usr/share/mime >/dev/null 2>&1
update-desktop-database -q /usr/share/applications >/dev/null 2>&1
gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1
xdg-mime default "/usr/share/applications/$pkgname.desktop" application/x-flogo
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |