minimodem

maintainer hildigerr · 13 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The source is a standard tarball from the project's official domain, building from own-source is normal for AUR; non-whitelisted host is the actual project site, not a swappable file host.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a standard tarball from the project's official domain, building from own-source is normal for AUR; non-whitelisted host is the actual project site, not a swappable file host.

2 higher static findings 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:15 source=("http://www.whence.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ryan Farley <ryan.farley@gmx.com>
2# Contributor: Pierre Schmitz <pierre@archlinux.de>
3# Contributor: François Charette <firmicus@gmx.net>
4
5pkgname=minimodem
6pkgver=0.24
7pkgrel=1
8pkgdesc='A tool to (de)code modem audio'
9arch=('i686' 'x86_64')
10url='http://www.whence.com/minimodem/'
11license=('GPL')
12depends=('fftw')
13optdepends=('libpulse' 'alsa-lib')
14makedepends=('libpulse' 'alsa-lib')
15source=("http://www.whence.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
16
17build() {
18 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr
20 make
21}
22
23check() {
24 cd ${srcdir}/${pkgname}-${pkgver}
25 make check
26}
27
28package() {
29 cd ${srcdir}/${pkgname}-${pkgver}
30 make DESTDIR=${pkgdir} install
31}
32
33# vim: set noexpandtab ts=8:
34sha512sums=('5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb')
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 3
2026-08-17 00:18:29 LOW 3
2026-08-16 00:03:42 LOW 3
2026-08-15 00:26:13 LOW 3
2026-08-14 00:03:41 LOW 3
2026-08-13 00:17:07 LOW 3
2026-08-12 09:23:17 MEDIUM 2
2026-06-19 23:51:18 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion