dawn-simple
maintainer effeffe
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a university-hosted personal page, which is not on a standard code forge but plausibly the original author's official site; the package builds from source and installs only compiled binaries and documentation, with no obfuscated or executed remote content.
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 university-hosted personal page, which is not on a standard code forge but plausibly the original author's official site; the package builds from source and installs only compiled binaries and documentation, with no obfuscated or executed remote content.
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:19
"http://geant4.kek.jp/~tanaka/src/${_pkgname}_${_pkgver}.tgz"
PKGBUILD
1 offending line(s) highlighted
1
#Submitter: Filippo Falezza <filippo dot falezza at outlook dot it>
2
3
pkgname=dawn-simple
4
_pkgname=dawn
5
_PKGNAME=Dawn
6
pkgver=3.91a
7
_pkgver=3_91a
8
pkgrel=3
9
pkgdesc="3D geometrical postscript renderer"
10
url="http://geant4.kek.jp/~tanaka/DAWN/About_DAWN.html"
11
license=("unknown")
12
arch=('i686' 'x86_64')
13
makedepends=('texlive-core')
14
provides=('dawn')
15
conflicts=('dawn')
16
depends=('tk' 'libx11')
17
optdepends=('tcsh' 'gv')
18
source=(
19
"http://geant4.kek.jp/~tanaka/src/${_pkgname}_${_pkgver}.tgz"
20
"Makefile.patch"
21
)
22
sha256sums=(
23
'81d855ead1117681b188242dd0be3a24e005d9bd4063fd2bda9a7a794ebcf5f4'
24
'21ef590d659c6900f2286eadeec6b5e49f1c88598faab3d5219a1baa60d7d9b9'
25
)
26
27
prepare(){
28
cd $srcdir/${_pkgname}_${_pkgver}
29
patch Makefile < ${srcdir}/Makefile.patch
30
31
}
32
33
build () {
34
cd $srcdir/${_pkgname}_${_pkgver}
35
make clean && make guiclean
36
make
37
}
38
39
package() {
40
cd $srcdir/${_pkgname}_${_pkgver}
41
[ -d ${pkgdir}/usr/bin ] || install -d ${pkgdir}/usr/bin
42
make DESTDIR=${pkgdir} install
43
44
DOCDIR=usr/share/doc/${_pkgname}
45
[ -d ${pkgdir}/${DOCDIR} ] || install -d ${pkgdir}/${DOCDIR}
46
cd ${srcdir}/${_pkgname}_${_pkgver}
47
pdflatex DOC/G4PRIM_FORMAT_24.tex
48
install -m644 DOC/*.pdf ${pkgdir}/${DOCDIR}
49
install -m644 DOC/*.html ${pkgdir}/${DOCDIR}
50
51
echo "
52
[Desktop Entry]
53
Name=Dawn
54
Comment=${pkgdesc}
55
Exec=/usr/bin/DAWN_GUI
56
Icon=xchm-32
57
Terminal=false
58
Type=Application1
59
Categories=Utility;Science;
60
StartupNotify=false
61
" > $srcdir/dawn.desktop
62
install -Dm644 $srcdir/dawn.desktop $pkgdir/usr/share/applications/dawn.desktop
63
}
64
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 |