whoogle-git

maintainer dr460nf1r3 · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The pip install is from the project's own requirements.txt within the official git repository, building the project's declared dependencies in a local venv, which is standard and safe for AUR packages.

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 pip install is from the project's own requirements.txt within the official git repository, building the project's declared dependencies in a local venv, which is standard and safe for AUR packages.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM pip install of an external package pip_install_external

`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.

  • PKGBUILD:39 pip install -r requirements.txt

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: dr460nf1r3 <dr460nf1r3@garudalinux.org>
2
3pkgname=whoogle-git
4pkgver=0.8.4.r6.g7313edf
5pkgrel=2
6pkgdesc='A self-hosted, ad-free, privacy-respecting metasearch engine'
7arch=(x86_64 aarch64)
8url="https://github.com/benbusby/whoogle-search"
9license=(MIT)
10depends=(python)
11makedepends=(git)
12provides=(whoogle)
13conflicts=(whoogle)
14backup=('etc/default/whoogle')
15source=("git+$url.git"
16 whoogle.service
17 whoogle.conf
18 whoogle)
19sha256sums=('SKIP'
20 'ab6256f3fdaac3ba58ddbb39bb5c24bde53312f0584ae4ed4ae74bc7752a07f4'
21 '51cda92f3ad2166eb2cb63ff80561f48b39688a57b66291d2eee5e1c7fcd8ee3'
22 'e30ff5ecef199ce2a37b097709461c51ca07bdbbcc4609db74203834b62c60b1')
23install=whoogle.install
24
25pkgver() {
26 cd whoogle-search
27 git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/v//g'
28}
29
30build() {
31 # Following official instructions
32 cd whoogle-search
33 python3 -m venv venv
34 source venv/bin/activate
35
36 # Workaround Python 3.13 breakage
37 sed -i 's/^cssutils==2\.6\.0$/cssutils==2\.7\.0/' requirements.txt
38
39 pip install -r requirements.txt
40
41 # Cleanup unsed
42 rm -r .git .github docs test .dockerignore .gitignore .replit docker-compose.yml Dockerfile heroku.yml MANIFEST.in README.md requirements.txt
43}
44
45package() {
46 install -m0644 -D "$srcdir/whoogle" "$pkgdir/etc/default/whoogle"
47 install -m0644 -D "$srcdir/whoogle.conf" "$pkgdir/usr/lib/sysusers.d/whoogle.conf"
48 install -m0644 -D "$srcdir/whoogle.service" "$pkgdir/usr/lib/systemd/system/whoogle.service"
49 install -Dm0644 "$srcdir/whoogle-search/LICENSE" "$pkgdir/usr/share/licenses/whoogle-search/LICENSE"
50 install -dm0755 "$pkgdir/opt/whoogle-search"
51 cp -r "$srcdir/whoogle-search/" "$pkgdir/opt/"
52}
53

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