flogo
maintainer fdossena
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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
1
# Maintainer: fdossena <info@fdossena.com>
2
3
pkgname=flogo
4
pkgver=1.3.1
5
pkgrel=1
6
pkgdesc='Create and run programs using flow charts'
7
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
8
url="https://fdossena.com?p=flogo/index.frag"
9
license=('AGPL-3.0-or-later')
10
depends=('electron')
11
makedepends=()
12
provides=('flogo')
13
source=(https://downloads.fdossena.com/Projects/Flogo/Flogo-1.3.1-asar.tar.gz
14
flogo.desktop
15
flogo.sh
16
flogo-mime.xml)
17
sha256sums=(82df50ac8d5b426b2d23360e951e0311324844d6ff8e9069b5d2c6de5aa4142a SKIP SKIP SKIP)
18
19
package() {
20
mkdir -p "$pkgdir/usr/lib/$pkgname"
21
cp "$srcdir/app.asar" "$pkgdir/usr/lib/$pkgname"
22
install -Dm755 "./flogo.sh" "$pkgdir/usr/bin/flogo"
23
install -Dm644 "./flogo.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
24
install -Dm644 "./flogo-mime.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
25
install -Dm644 "$srcdir/icons/icon.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
26
install -Dm644 "$srcdir/icons/icon_file.png" "$pkgdir/usr/share/icons/hicolor/256x256/mimetypes/x-${pkgname}_file.png"
27
cd ..
28
}
29
30
post_install(){
31
update-mime-database /usr/share/mime >/dev/null 2>&1
32
update-desktop-database -q /usr/share/applications >/dev/null 2>&1
33
gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1
34
xdg-mime default "/usr/share/applications/$pkgname.desktop" application/x-flogo
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 13:49:03 | MEDIUM | 1 |