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
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-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

Report a package

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

0 / 4000
Your suggestion