protocase-designer

maintainer sickcodes · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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