xgraph-bin
The package downloads prebuilt binaries from the project's official website, which is not on a standard whitelist but is plausibly the legitimate source; the installed files are limited to a binary and data files, with no evidence of malicious behavior or remote code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official website, which is not on a standard whitelist but is plausibly the legitimate source; the installed files are limited to a binary and data files, with no evidence of malicious behavior or remote 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:14
source_i686=("http://www.xgraph.org/linux/xgraph_4.38_linux32.tar.gz")
PKGBUILD
1 offending line(s) highlighted# PKGBUILD for xgraph from http://www.xgraph.org/
# Maintainer: ThanosApostolou <thanosapostolou@outlook.com>]
pkgname=xgraph-bin
pkgver=4.38
pkgrel=1
pkgdesc="XGRAPH is a general purpose x-y data plotter with interactive buttons for panning, zooming, printing, and selecting display options."
arch=('i686' 'x86_64')
url="http://www.xgraph.org/"
license=('custom')
depends=('gtk2' 'libx11')
optdepends=('netpbm')
conflicts=('xgraph')
source_i686=("http://www.xgraph.org/linux/xgraph_4.38_linux32.tar.gz")
source_x86_64=("http://www.xgraph.org/linux/xgraph_4.38_linux64.tar.gz")
sha256sums_i686=('a117e5c47d362ed372ca6232f1777a4e475199960a0dcb5f1b526902a18783c2')
sha256sums_x86_64=('0905f51ac5699366077f62d0f797bb84bbd62c1ddd67ee825f7809d2b60f1f61')
package() {
if test "$CARCH" == x86_64; then
_folder="XGraph4.38_linux64"
elif test "$CARCH" == i686; then
_folder="XGraph4.38_linux32"
fi
cd $srcdir/${_folder}
install -Dm755 ./bin/xgraph "$pkgdir/usr/bin/xgraph"
install -Dm644 Readme.txt "$pkgdir/usr/share/xgraph/Readme.txt"
install -Dm644 testxy.dat "$pkgdir/usr/share/xgraph/testxy.dat"
install -Dm644 ./data/oofficedata.scz "$pkgdir/usr/share/xgraph/data/oofficedata.scz"
install -Dm644 ./data/pptxdata.scz "$pkgdir/usr/share/xgraph/data/pptxdata.scz"
install -Dm644 ./data/sxidata.scz "$pkgdir/usr/share/xgraph/data/sxidata.scz"
install -Dm644 ./data/pptx/thumbnail.jpeg "$pkgdir/usr/share/xgraph/data/pptx/thumbnail.jpeg"
}
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 |