xppaut-bin
maintainer masala_man
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a university-hosted site (pitt.edu) which is plausibly the project's official source; despite the non-whitelisted host and lack of upstream URL, the binary is installed directly and no malicious behavior is evident, making the risk low.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from a university-hosted site (pitt.edu) which is plausibly the project's official source; despite the non-whitelisted host and lack of upstream URL, the binary is installed directly and no malicious behavior is evident, making the risk low.
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:12
source=("https://sites.pitt.edu/~phase/bard/bardware/binary/latest/xpplinux.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ayush Shenoy <ayush.shenoy92@gmail.com>
2
# Contributor: Paulo Castro <p.oliveira.castro@gmail.com>
3
_pkgname='xppaut'
4
pkgname="$_pkgname-bin"
5
pkgver=8.0
6
pkgrel=2
7
pkgdesc="Tool for simulating, animating, and analyzing dynamical systems"
8
arch=('i686' 'x86_64')
9
url="https://sites.pitt.edu/~phase/bard/bardware/xpp/xpp.html"
10
license=('GPL')
11
depends=('libx11')
12
source=("https://sites.pitt.edu/~phase/bard/bardware/binary/latest/xpplinux.tgz")
13
md5sums=('4645feb732deca97bb4a276b74c21010')
14
15
package() {
16
cd "${srcdir}/${_pkgname}${pkgver}ubuntu"
17
install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
18
install -Dm644 cuda/* -t "$pkgdir/usr/share/doc/$_pkgname/cuda"
19
install -Dm644 ode/* -t "$pkgdir/usr/share/doc/$_pkgname/ode"
20
install -Dm644 canonical/* -t "$pkgdir/usr/share/doc/$_pkgname/canonical"
21
install -Dm644 tstauto/* -t "$pkgdir/usr/share/doc/$_pkgname/tstauto"
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
23
install -Dm755 README "$pkgdir/usr/share/doc/$_pkgname/README"
24
install -Dm755 $_pkgname.1 "$pkgdir/usr/share/man/man1/$_pkgname.1"
25
mandb
26
}
27
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 00:09:25 | LOW | 2 |