algodoo
maintainer jose1711
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project website, which is a normal practice for distributing proprietary software; the host is not whitelisted but is plausibly official and the checksums are verified, 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 the official project website, which is a normal practice for distributing proprietary software; the host is not whitelisted but is plausibly official and the checksums are verified, 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:16
source_i686=('algodoo.desktop' 'http://www.algodoo.com/download/algodoo_1_8_5-Linux32.tgz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose 1711 gmail com>
2
# Contributor: Dan Serban
3
# Contributor: mickael9
4
5
pkgname=algodoo
6
pkgver=1.x.x.latest
7
pkgrel=5
8
pkgdesc="A physics simulator program for education and fun (based on phun)"
9
arch=(i686 x86_64)
10
url=http://www.algodoo.com/
11
license=(custom:commercial)
12
depends_i686=(boost-libs curl glew libjpeg6 libpng12 libzip mesa pango sdl_image libcurl-gnutls glew1.5)
13
depends_x86_64=(${depends_i686[@]} libva gsm schroedinger speex libtheora libvpx libraw1394 lapack jasper)
14
options=('!strip')
15
16
source_i686=('algodoo.desktop' 'http://www.algodoo.com/download/algodoo_1_8_5-Linux32.tgz')
17
source_x86_64=('algodoo.desktop' 'http://www.algodoo.com/download/algodoo_1_8_5-Linux64.tgz')
18
19
md5sums_i686=('c1baec0f7e0ae085a7b41116d7500912'
20
'e215e6089b478226f6bf245caa754a6d')
21
md5sums_x86_64=('c1baec0f7e0ae085a7b41116d7500912'
22
'd09fe5baffdc64a3fdcf61e3bcba3d78')
23
24
25
package()
26
{
27
mv Algodoo algodoo
28
mkdir -p "${pkgdir}"/usr/share
29
mv algodoo "${pkgdir}"/usr/share/
30
cd "${pkgdir}"/usr/share/algodoo/lib
31
if [ $CARCH == 'i686' ]
32
then
33
ln -s libcxcore.so libcxcore.so.1
34
ln -s libcv.so libcv.so.1
35
ln -s libhighgui.so libhighgui.so.1
36
else
37
rm liblapack.so.3gf
38
ln -s libcxcore.so libcxcore.so.2.1
39
ln -s libcv.so libcv.so.2.1
40
ln -s libhighgui.so libhighgui.so.2.1
41
ln -s libzip.so libzip.so.1
42
ln -s libtiff.so libtiff.so.4
43
ln -s libswscale.so libswscale.so.0
44
ln -s /usr/lib/libvpx.so libvpx.so.0
45
ln -s /usr/lib/libjasper.so libjasper.so.1
46
ln -s /usr/lib/liblapack.so liblapack.so.3gf
47
ln -s /usr/lib/libva.so libva.so.1
48
fi
49
mkdir -p "${pkgdir}"/usr/bin
50
cat <<HERE >${pkgdir}/usr/bin/algodoo
51
#!/bin/sh
52
export LD_LIBRARY_PATH="/usr/share/algodoo/lib:${LD_LIBRARY_PATH}"
53
exec /usr/share/algodoo/algodoo.bin
54
HERE
55
chmod +x ${pkgdir}/usr/bin/algodoo
56
install -Dm644 $pkgdir/usr/share/algodoo/data/logos/icon.bmp $pkgdir/usr/share/pixmaps/algodoo.bmp
57
install -Dm644 $srcdir/algodoo.desktop $pkgdir/usr/share/applications/algodoo.desktop
58
}
59
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 |