hp15c

maintainer qguv · 11 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source zip from the project's official domain (hp-15c-simulator.de), which is not on standard hosting but plausibly legitimate; the source is used to build a Tcl/Tk-based simulator, and no untrusted executable code is run.

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 downloads a source zip from the project's official domain (hp-15c-simulator.de), which is not on standard hosting but plausibly legitimate; the source is used to build a Tcl/Tk-based simulator, and no untrusted executable code is run.

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:16 "$pkgname-$pkgver.zip::https://hp-15c-simulator.de/versions/${pkgver}/HP-15C_${pkgver}_Source.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Quint Guvernator <quint@guvernator.net>
2# Contributor: Pipat Saengow <pay2630@gmail.com>
3# Contributor: Ralf Ahlbrink <ra.prism@gmail.com>
4
5pkgname=hp15c
6pkgver=5.1.00
7pkgrel=2
8pkgdesc="A simulator for the HP-15C programmable scientific RPN calculator"
9url="https://hp-15c-simulator.de"
10arch=('any')
11license=('GPL3')
12depends=('tcl' 'tk')
13optdepends=('hidapi')
14makedepends=('unzip' 'hidapi')
15source=(
16 "$pkgname-$pkgver.zip::https://hp-15c-simulator.de/versions/${pkgver}/HP-15C_${pkgver}_Source.zip"
17 "hp15c_runner.sh"
18 "hp15c.desktop"
19 "71-hp15c-hid-hp-03f0-1341.rules"
20 "71-hp15c-hid-dm-10c4-ea60.rules"
21 # # make in src/lib/hidtcl und dann makepkg -e -f
22 "hidtcl.tar.xz"
23 # # ToDo for 'graphic display instead of custom font'
24 #"https://www.tcl3d.org/bawt/download/InputLibs/tkpath-0.4.2.7z"
25)
26md5sums=('ca9e63e5b5de44eb7188d433d844a980'
27 '28b63da6ff5404acf6f305bdb35ca1b9'
28 'bab776009feb1db971b92649c839ff1f'
29 'edae6ef32712397cc6b353972e258f0b'
30 '18b23df6a6c4e3676f4cc6c54ef35bdf'
31 '6e29581bc271d95c35b88fad2e92ff07')
32
33prepare() {
34
35 # extract icons
36 unzip icons/HP-15C-logo.zip -d $srcdir/icon_extract
37
38 # extract hidtcl lib
39 tar xf hidtcl.tar.xz
40}
41
42build() {
43 make -C lib/hidtcl
44}
45
46package() {
47
48 # docs
49 mkdir -p "$pkgdir/usr/share/doc/"
50 cp -r doc "$pkgdir/usr/share/doc/$pkgname"
51 cp "Read Me & Release Notes.html" "$pkgdir/usr/share/doc/$pkgname/README.html"
52
53 # dependencies of script
54 mkdir -p "$pkgdir/usr/lib/$pkgname/"
55 cp -r css icons lib msgs images -t "$pkgdir/usr/lib/$pkgname/"
56 install -Dm644 HP-15C_Simulator_Font.ttf -t "$pkgdir/usr/share/fonts/"
57
58 # runs script in proper directory
59 cp HP-15C.tcl -t "$pkgdir/usr/lib/$pkgname/"
60 install -D hp15c_runner.sh "$pkgdir/usr/bin/hp15c"
61
62 # install desktop entry
63 install -D hp15c.desktop "$pkgdir/usr/share/applications/hp15c.desktop"
64
65 # install icon
66 for i in 22 32 48 256 512 ; do
67 install -D "icon_extract/HP-15C-logo-${i}x${i}.png" "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/hp15c.png"
68 done
69
70 # install udev rules
71 install -dm 755 "$pkgdir/usr/lib/udev/rules.d/"
72 install -m 644 "71-hp15c-hid-hp-03f0-1341.rules" "71-hp15c-hid-dm-10c4-ea60.rules" "$pkgdir/usr/lib/udev/rules.d/"
73
74}
75
76# vim:set ts=4 sw=4 ft=sh et:
77

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion