dawn
maintainer donpicoro
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a plausible project-owned academic host (geant4.kek.jp) used to build the project's own code; this is normal AUR packaging despite the non-whitelisted domain, and the checksums are provided and 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 a plausible project-owned academic host (geant4.kek.jp) used to build the project's own code; this is normal AUR packaging despite the non-whitelisted domain, and the checksums are provided and 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:15
source=("http://geant4.kek.jp/~tanaka/src/${pkgname}_${_pkgver}.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Sarmiento <lgsarmientop-ala-unal.edu.co>
2
3
pkgname=dawn
4
_PKGNAME=Dawn
5
pkgver=3.91a
6
_pkgver=3_91a
7
pkgrel=5
8
pkgdesc="3D geometrical postscript renderer"
9
url="http://geant4.kek.jp/~tanaka/DAWN/About_DAWN.html"
10
license=("unknown")
11
arch=('i686' 'x86_64')
12
makedepends=('texlive-core')
13
depends=('tcsh' 'tk' 'libx11' 'gv')
14
15
source=("http://geant4.kek.jp/~tanaka/src/${pkgname}_${_pkgver}.tgz"
16
"${pkgname}-${pkgver}-no-interactive.patch"
17
"make_DESTDIR.patch"
18
)
19
sha256sums=('81d855ead1117681b188242dd0be3a24e005d9bd4063fd2bda9a7a794ebcf5f4'
20
'4265d3109a2802e559194f79960d32326c92cb3ffb9a54a42cb7a13f132f8db4'
21
'f6afa9f21dc27f8d6bb55fa58829f805c082657c9ea7dba8aae1d39a81074ca6')
22
23
prepare(){
24
cd $srcdir/${pkgname}_${_pkgver}
25
patch -Np2 < ${srcdir}/${pkgname}-${pkgver}-no-interactive.patch
26
sed -i -e '/strip/d' Makefile*in
27
28
}
29
30
build () {
31
cd $srcdir/${pkgname}_${_pkgver}
32
make clean && make guiclean
33
./configure
34
make
35
}
36
37
package() {
38
cd $srcdir/${pkgname}_${_pkgver}
39
patch -Np2 < ${srcdir}/make_DESTDIR.patch
40
[ -d ${pkgdir}/usr/bin ] || install -d ${pkgdir}/usr/bin
41
make DESTDIR=${pkgdir} install
42
43
DOCDIR=usr/share/doc/${pkgname}
44
[ -d ${pkgdir}/${DOCDIR} ] || install -d ${pkgdir}/${DOCDIR}
45
cd ${srcdir}/${pkgname}_${_pkgver}
46
pdflatex DOC/G4PRIM_FORMAT_24.tex
47
install -m644 DOC/*.pdf ${pkgdir}/${DOCDIR}
48
install -m644 DOC/*.html ${pkgdir}/${DOCDIR}
49
50
echo "
51
[Desktop Entry]
52
Name=${_PKGNAME}
53
Comment=${pkgdesc}
54
Exec=${pkgname}
55
Icon=xchm-32
56
Terminal=false
57
Type=Application
58
Categories=Utility;Science;
59
StartupNotify=false
60
" > $srcdir/$pkgname.desktop
61
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
62
}
63
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 |