protocase-designer

LOW
maintainer sickcodes 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source tarball from the official project domain over HTTPS, which is plausibly the project's own release infrastructure; despite the non-whitelisted host and skipped checksums, it builds and installs the official application without executing untrusted remote code or exhibiting malicious behavior.

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 tarball from the official project domain over HTTPS, which is plausibly the project's own release infrastructure; despite the non-whitelisted host and skipped checksums, it builds and installs the official application without executing untrusted remote code or exhibiting malicious behavior.

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:14 source=('https://www.protocasedesigner.com/RELEASE/ProtocaseDesigner-linux-beta.tar.gz'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sick Codes <info@sick.codes>
2# Contributor: Benjamin Denhartog <ben@sudoforge.com>
3# Contributor: Wayne Hartmann (DH4) <wayne@bitstorm.pw>
4
5pkgname=protocase-designer
6pkgver=6.0
7pkgrel=2
8pkgdesc="The fastest and easiest way to design, price, and build custom electronics enclosures."
9arch=('x86_64')
10url="http://www.protocasedesigner.com/"
11depends=('java-runtime-common')
12#install=protocase-designer.install
13license=('custom')
14source=('https://www.protocasedesigner.com/RELEASE/ProtocaseDesigner-linux-beta.tar.gz'
15 ProtocaseDesigner.desktop)
16md5sums=('SKIP'
17 'SKIP')
18
19package() {
20 # new version uses a packaged JVM, ready for use
21 install -d $pkgdir/usr/local/lib/
22 install -d $pkgdir/usr/local/bin/
23 install -d $pkgdir/opt/ProtocaseDesigner/
24 install -d $pkgdir/usr/local/share/pixmaps/
25 install -d $pkgdir/usr/local/share/applications/
26
27 # copy everything to /opt/ProtocaseDesigner
28 cp -R $srcdir/ProtocaseDesigner $pkgdir/opt/
29
30 # create the shortcut
31 cp $srcdir/ProtocaseDesigner/ProtocaseDesigner.desktop $pkgdir/usr/local/share/applications/ProtocaseDesigner.desktop
32 cp $srcdir/ProtocaseDesigner/Protocase-Designer.png $pkgdir/usr/local/share/pixmaps/Protocase-Designer.png
33
34 # add a shell script to run said files
35 echo '#/bin/sh' > $pkgdir/usr/local/bin/ProtocaseDesigner
36 echo "install -d ~/ProtocaseDesigner/" >> $pkgdir/usr/local/bin/ProtocaseDesigner
37 echo "mkdir -p ~/ProtocaseDesigner/UserLibrary" >> $pkgdir/usr/local/bin/ProtocaseDesigner
38 echo "LD_LIBRARY_PATH=/opt/ProtocaseDesigner/natives/occjava/linux-x86_64 /opt/ProtocaseDesigner/ProtocaseDesigner" >> $pkgdir/usr/local/bin/ProtocaseDesigner
39 chmod +x $pkgdir/usr/local/bin/ProtocaseDesigner
40
41 # make an alias protocase-designer
42 ln -s $pkgdir/usr/local/bin/ProtocaseDesigner $pkgdir/usr/local/bin/protocase-designer
43
44}
45

Scan history

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

Report a package

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

0 / 4000
Your suggestion