dviasm-git
maintainer aksr
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: aksr <aksr at t-com dot me>
2
pkgname=dviasm-git
3
pkgver=20230823
4
pkgrel=1
5
pkgdesc='A TeX utility program for editing DVI files directly.'
6
arch=('any')
7
url='https://github.com/aminophen/dviasm'
8
license=('GPL3')
9
depends=('python')
10
makedepends=('git')
11
conflicts=("${pkgname%-*}" 'texlive-core')
12
source=("$pkgname::git+https://github.com/khaledhosny/dviasm"
13
'http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf'
14
'http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf')
15
noextract=()
16
md5sums=('SKIP'
17
'702f49e7eaaebe4ed4e445399c6d56e0'
18
'86b75c9b11e95c5158b60d8ba8a5c631')
19
sha1sums=('SKIP'
20
'6be6a8b35d183b27c0ab86d30fd0ff1dcaa98c77'
21
'8545152b546eccaae344b10e1605468b223a66a4')
22
sha256sums=('SKIP'
23
'acbbc433c70be092359182e1d2ea8c24e47eacf46c7c6da4981902d1fcd6cf78'
24
'ca59060b7f74e82330d371ca06d8e9cd17ca7962fb303c53c33f1b2da270a833')
25
26
pkgver() {
27
cd "$srcdir/$pkgname"
28
git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
29
}
30
31
package() {
32
cd "$srcdir/$pkgname"
33
install -Dm755 dviasm.py $pkgdir/usr/bin/dviasm
34
install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
35
install -Dm644 $srcdir/tb89cho.pdf $pkgdir/usr/share/doc/${pkgname%-*}/tb89cho.pdf
36
install -Dm644 $srcdir/0201cho.pdf $pkgdir/usr/share/doc/${pkgname%-*}/0201cho.pdf
37
}
38
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 |