amount
maintainer jamesr
· 0 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 domain, used to build the package normally; the non-whitelisted host is the maintainer's plausible project site, 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 domain, used to build the package normally; the non-whitelisted host is the maintainer's plausible project site, 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:12
source=("https://www.jameds.org/$pkgname/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: James R. <justsomejames@gmail.com>
2
pkgname=amount
3
pkgver=1.5.1
4
pkgrel=4
5
pkgdesc="Filesystem mounting utility for ordinary users."
6
license=('custom')
7
arch=('any')
8
depends=('bash' 'coreutils' 'util-linux' 'procps-ng' 'shadow')
9
optdepends=('systemd: systemd service support')
10
provides=('amount')
11
url="https://www.jameds.org/amount/"
12
source=("https://www.jameds.org/$pkgname/$pkgname-$pkgver.tar.gz")
13
md5sums=('08fb78d224c5d75eeec3ce902c98e625')
14
install="$pkgname.install"
15
16
build()
17
{
18
cd "$pkgname-$pkgver"
19
20
sed 's-\$prefix-\$pkgdir/&-g' < install.sh > install.sh.new
21
sed 's-\(eprefix=.*\)\$pkgdir/-\1-' < install.sh.new > install.sh
22
rm install.sh.new
23
}
24
25
package()
26
{
27
cd "$pkgname-$pkgver"
28
29
export pkgdir ; install -d -m 755 "$pkgdir/usr/bin"
30
./install.sh /usr
31
32
install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
33
./amountd -l > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
chmod 644 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |