dataflare-bin
The package installs a prebuilt AppImage from the project's own release infrastructure (assets.dataflare.app), which is plausibly official; the AppImage is checksummed, and no malicious behavior is evident in the PKGBUILD.
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 installs a prebuilt AppImage from the project's own release infrastructure (assets.dataflare.app), which is plausibly official; the AppImage is checksummed, and no malicious behavior is evident in the PKGBUILD.
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_x86_64=("Dataflare-x86_64.AppImage::https://assets.dataflare.app/release/linux/x86_64/Dataflare-3.2.1.AppImage")
PKGBUILD
1 offending line(s) highlighted# Maintainer: PandaDEV <contact@pandadev.net>
pkgname=dataflare-bin
pkgver=3.2.1
pkgrel=1
pkgdesc="Easily manage your Table, view Data, write SQL and run Query."
arch=(x86_64 aarch64)
url="https://dataflare.app/"
license=('private')
options=('!strip')
depends=()
provides=(dataflare)
conflicts=(dataflare)
source_x86_64=("Dataflare-x86_64.AppImage::https://assets.dataflare.app/release/linux/x86_64/Dataflare-3.2.1.AppImage")
source_aarch64=("Dataflare-aarch64.AppImage::https://assets.dataflare.app/release/linux/aarch64/Dataflare-3.2.1.AppImage")
sha256sums_x86_64=('2e3cc344c4247a2167734c836acf434b32fc9195508f88ce1cecfaf728052694')
sha256sums_aarch64=('36e632900ae8a9a673201456c98542fc7c3cc22fdbaf2c295bd72a1c5db0c769')
package() {
install -Dm755 *.AppImage "$pkgdir/opt/dataflare/dataflare.appimage"
install -dm755 "$pkgdir/usr/bin"
cat > "$pkgdir/usr/bin/dataflare" << 'EOF'
#!/bin/bash
export APPIMAGE_EXTRACT_AND_RUN=1
exec /opt/dataflare/dataflare.appimage "$@"
EOF
chmod +x "$pkgdir/usr/bin/dataflare"
chmod +x *.AppImage
./*.AppImage --appimage-extract >/dev/null 2>&1
if [ -f squashfs-root/*.desktop ]; then
install -dm755 "$pkgdir/usr/share/applications"
desktop_file=$(find squashfs-root -name "*.desktop" -type f | head -1)
sed 's|Exec=.*|Exec=dataflare %U|g' "$desktop_file" > "$pkgdir/usr/share/applications/dataflare.desktop"
fi
png_file=$(find squashfs-root -name "*.png" -type f | head -1)
if [ -n "$png_file" ]; then
install -Dm644 "$png_file" "$pkgdir/usr/share/pixmaps/dataflare.png"
fi
rm -rf squashfs-root
}
Changes since previous scan
--- PKGBUILD @ 2026-09-10 00:22+++ PKGBUILD @ 2026-09-17 00:27@@ -1,6 +1,6 @@ # Maintainer: PandaDEV <contact@pandadev.net> pkgname=dataflare-bin-pkgver=3.2.0+pkgver=3.2.1 pkgrel=1 pkgdesc="Easily manage your Table, view Data, write SQL and run Query." arch=(x86_64 aarch64)@@ -10,10 +10,10 @@ depends=() provides=(dataflare) conflicts=(dataflare)-source_x86_64=("Dataflare-x86_64.AppImage::https://assets.dataflare.app/release/linux/x86_64/Dataflare-3.2.0.AppImage")-source_aarch64=("Dataflare-aarch64.AppImage::https://assets.dataflare.app/release/linux/aarch64/Dataflare-3.2.0.AppImage")-sha256sums_x86_64=('f64a280e02917ca6dda1a54356ba7d60fb8529153ada7d09d61b58bfd6775c66')-sha256sums_aarch64=('da01d1932342f525d427a8946938cacf6ace7a2803b0a562e2dc803db8ec746e')+source_x86_64=("Dataflare-x86_64.AppImage::https://assets.dataflare.app/release/linux/x86_64/Dataflare-3.2.1.AppImage")+source_aarch64=("Dataflare-aarch64.AppImage::https://assets.dataflare.app/release/linux/aarch64/Dataflare-3.2.1.AppImage")+sha256sums_x86_64=('2e3cc344c4247a2167734c836acf434b32fc9195508f88ce1cecfaf728052694')+sha256sums_aarch64=('36e632900ae8a9a673201456c98542fc7c3cc22fdbaf2c295bd72a1c5db0c769') package() { install -Dm755 *.AppImage "$pkgdir/opt/dataflare/dataflare.appimage"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 21:21:21 | Medium | 1 |
| 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 |