clonepoint-git

maintainer Lucki · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a data archive from Google Drive, which is non-standard but not inherently malicious; the data is not executable and is used as game assets, posing minimal risk even if tampered with.

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 data archive from Google Drive, which is non-standard but not inherently malicious; the data is not executable and is used as game assets, posing minimal risk even if tampered with.

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:17 "${_pkgname}_linux.tar.gz::https://drive.google.com/uc?export=download&id=0B_fe1fNijaueM1ZtdjBOcndOM0U"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lucki <https://aur.archlinux.org/account/Lucki>
2
3pkgname=clonepoint-git
4_pkgname=${pkgname%-git}
5pkgver=r71.b40e812
6pkgrel=1
7pkgdesc="Free software clone of Gunpoint"
8arch=('i686' 'x86_64')
9url="https://rohit.itch.io/clonepoint"
10license=('GPL3')
11backup=("opt/$_pkgname/config.cfg")
12depends=('openal' 'sdl2' 'hicolor-icon-theme')
13makedepends=('git')
14provides=("$_pkgname")
15conflicts=("$_pkgname")
16source=("$_pkgname::git+https://github.com/rohit-n/Clonepoint.git"
17 "${_pkgname}_linux.tar.gz::https://drive.google.com/uc?export=download&id=0B_fe1fNijaueM1ZtdjBOcndOM0U"
18 "$_pkgname.sh"
19 "$_pkgname.desktop")
20sha512sums=('SKIP'
21 '261c19b4b2cf4cfcd8c568e0aa89779b754c935545e07238c737592d06c1e5828a52a3e8d62a6d51cec4c880a821da05060c86c1539f5dd982e8fcfd7f509ca3'
22 '8b5ec604d5023db4f6103a7d679c4b42fc9319f59afb431b0c73718d690141553653806fbd7640b06fd1d55196b3f854507bb4383633519364b783d0ab31ebdf'
23 'c925067cac3b24262a918640235152a7ff9aae121255b5e2427dc02af410dd549bcce5be96bf579d9e399ccdc3e0f6a6c3be46b2f433ffcfb6f2929639d3e929')
24
25
26pkgver()
27{
28 # https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
29 cd "$srcdir/$_pkgname" || exit
30 ( set -o pipefail
31 git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
32 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
33 )
34}
35
36build()
37{
38 cd "$srcdir/$_pkgname" || exit
39 make
40}
41
42package()
43{
44 cd "$srcdir/$_pkgname" || exit
45
46 install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
47 install -Dm755 "$srcdir/$_pkgname/$_pkgname" "$pkgdir/opt/$_pkgname/$_pkgname"
48 install -Dm755 "$srcdir/$_pkgname.sh" "$pkgdir/usr/bin/$_pkgname"
49 install -Dm666 "$srcdir/$_pkgname/config.cfg" "$pkgdir/opt/$_pkgname/config.cfg"
50 install -Dm644 "$srcdir/Clonepoint/data/backgrounds/menus/main.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/$_pkgname.png"
51
52 # https://lists.archlinux.org/pipermail/aur-general/2011-November/016777.html
53 cp -dpr --no-preserve=ownership "$srcdir/Clonepoint/data" "$pkgdir/opt/$_pkgname/data/"
54 cp -dpr --no-preserve=ownership "$srcdir/Clonepoint/shaders" "$pkgdir/opt/$_pkgname/shaders/"
55}
56

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