dviasm-git
The package builds from a legitimate project Git repository, and the additional sources are non-executable PDF documents; the non-standard hosts do not pose a significant security risk as the worst case is limited to data tampering, not code execution.
Triggered rules
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 package builds from a legitimate project Git repository, and the additional sources are non-executable PDF documents; the non-standard hosts do not pose a significant security risk as the worst case is limited to data tampering, not code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
'http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf' -
PKGBUILD:14
'http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf')
PKGBUILD
2 offending line(s) highlighted# Maintainer: aksr <aksr at t-com dot me>
pkgname=dviasm-git
pkgver=20230823
pkgrel=1
pkgdesc='A TeX utility program for editing DVI files directly.'
arch=('any')
url='https://github.com/aminophen/dviasm'
license=('GPL3')
depends=('python')
makedepends=('git')
conflicts=("${pkgname%-*}" 'texlive-core')
source=("$pkgname::git+https://github.com/khaledhosny/dviasm"
'http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf'
'http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf')
noextract=()
md5sums=('SKIP'
'702f49e7eaaebe4ed4e445399c6d56e0'
'86b75c9b11e95c5158b60d8ba8a5c631')
sha1sums=('SKIP'
'6be6a8b35d183b27c0ab86d30fd0ff1dcaa98c77'
'8545152b546eccaae344b10e1605468b223a66a4')
sha256sums=('SKIP'
'acbbc433c70be092359182e1d2ea8c24e47eacf46c7c6da4981902d1fcd6cf78'
'ca59060b7f74e82330d371ca06d8e9cd17ca7962fb303c53c33f1b2da270a833')
pkgver() {
cd "$srcdir/$pkgname"
git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
}
package() {
cd "$srcdir/$pkgname"
install -Dm755 dviasm.py $pkgdir/usr/bin/dviasm
install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
install -Dm644 $srcdir/tb89cho.pdf $pkgdir/usr/share/doc/${pkgname%-*}/tb89cho.pdf
install -Dm644 $srcdir/0201cho.pdf $pkgdir/usr/share/doc/${pkgname%-*}/0201cho.pdf
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |