graveman
maintainer torillamundsen
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain on TuxFamily, a known hosting provider for open-source projects; building from source is standard practice and the host, while not whitelisted, is plausibly legitimate and associated with the project.
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 official domain on TuxFamily, a known hosting provider for open-source projects; building from source is standard practice and the host, while not whitelisted, is plausibly legitimate and associated with the project.
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:27
source=("http://graveman.tuxfamily.org/sources/$pkgname-$pkgver$_pkgverappendix.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jan Max Meyer <codepilot@phorward.info>
2
pkgname=graveman
3
pkgver=0.3.12
4
_pkgverappendix="-5"
5
pkgrel=1
6
epoch=
7
pkgdesc="Graveman is a GPL frontend for: cdrecord, mkisofs, readcd, sox, flac, dvd+rw-format/dvd+rw-tools and cdrdao."
8
arch=('i686' 'x86_64')
9
url="https://graveman.tuxfamily.org"
10
license=('GPLv2')
11
depends=(
12
'glib2>=2.4.0'
13
'libglade>=2.4.0'
14
'libid3tag>=0.15'
15
'libmad>=0.15'
16
'libogg>=1.0.0'
17
'libvorbis>=1.0.0'
18
'cdrtools>=2.0.0'
19
'dvd+rw-tools>=5.20'
20
'sox>=12.17.0'
21
'flac>=1.1.0'
22
'cdrdao>=1.1.9'
23
'libmng>=1.0.0'
24
'perl-xml-parser'
25
)
26
27
source=("http://graveman.tuxfamily.org/sources/$pkgname-$pkgver$_pkgverappendix.tar.gz")
28
md5sums=('94183b71f345e405badcdf92ea04dfac')
29
30
build() {
31
cd "$pkgname-$pkgver$_pkgverappendix"
32
./configure --prefix=/usr
33
make
34
}
35
36
check() {
37
cd "$pkgname-$pkgver$_pkgverappendix"
38
make -k check
39
}
40
41
package() {
42
cd "$pkgname-$pkgver$_pkgverappendix"
43
make DESTDIR="$pkgdir/" install
44
}
45
46
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 |