supersayer

maintainer demizer · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's own Git host, which is plausibly project-owned despite not being on a standard forge; it is built from source, not a prebuilt binary, and the checksum is verified.

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 source is a tarball from the project's own Git host, which is plausibly project-owned despite not being on a standard forge; it is built from source, not a prebuilt binary, and the checksum is verified.

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:32 source=("$pkgname-$pkgver.tar.gz::https://git.ironandcode.com/jesusa/supersayer/archive/v$pkgver.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jesus Alvarez <jesusalv@rez.codes>
2pkgname=supersayer
3pkgver=1.4.0
4pkgrel=1
5pkgdesc="Speech-to-text input tool for GNOME using whisper.cpp and PyGTK"
6arch=('any')
7url="https://git.ironandcode.com/jesusa/supersayer"
8license=('MIT')
9depends=(
10 'python'
11 'python-cyclopts'
12 'python-evdev'
13 'python-numpy'
14 'python-pydantic'
15 'python-pydantic-settings'
16 'python-gobject'
17 'python-rich'
18 'python-sounddevice'
19 'pipewire-alsa'
20 'gtk4'
21 'libadwaita'
22 'wl-clipboard'
23 'whisper.cpp'
24 'whisper.cpp-model-small.en'
25)
26makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
27optdepends=(
28 'whisper.cpp-model-medium.en: higher accuracy model'
29 'whisper.cpp-cuda: replace whisper.cpp with CUDA build for GPU acceleration'
30)
31install=supersayer.install
32source=("$pkgname-$pkgver.tar.gz::https://git.ironandcode.com/jesusa/supersayer/archive/v$pkgver.tar.gz")
33sha256sums=('ea9e7486dc86973f718a2f1c425b79e18aea98bd534d0e0d49ffbcfb6300e535')
34
35prepare() {
36 # Forgejo archives extract to $pkgname/, local sdists to $pkgname-$pkgver/.
37 [ -d "$pkgname" ] || mv "$pkgname-$pkgver" "$pkgname"
38}
39
40build() {
41 cd "$pkgname"
42 python -m build --wheel --no-isolation
43}
44
45package() {
46 cd "$pkgname"
47 python -m installer --destdir="$pkgdir" dist/*.whl
48 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49}
50

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