algodoo

LOW
maintainer jose1711 12 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=algodoo
6pkgver=1.x.x.latest
7pkgrel=5
8pkgdesc="A physics simulator program for education and fun (based on phun)"
9arch=(i686 x86_64)
10url=http://www.algodoo.com/
11license=(custom:commercial)
12depends_i686=(boost-libs curl glew libjpeg6 libpng12 libzip mesa pango sdl_image libcurl-gnutls glew1.5)
13depends_x86_64=(${depends_i686[@]} libva gsm schroedinger speex libtheora libvpx libraw1394 lapack jasper)
14options=('!strip')
15
16source_i686=('algodoo.desktop' 'http://www.algodoo.com/download/algodoo_1_8_5-Linux32.tgz')
17source_x86_64=('algodoo.desktop' 'http://www.algodoo.com/download/algodoo_1_8_5-Linux64.tgz')
18
19md5sums_i686=('c1baec0f7e0ae085a7b41116d7500912'
20 'e215e6089b478226f6bf245caa754a6d')
21md5sums_x86_64=('c1baec0f7e0ae085a7b41116d7500912'
22 'd09fe5baffdc64a3fdcf61e3bcba3d78')
23
24
25package()
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
52export LD_LIBRARY_PATH="/usr/share/algodoo/lib:${LD_LIBRARY_PATH}"
53exec /usr/share/algodoo/algodoo.bin
54HERE
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion