balsamiqmockups
maintainer Hyllios
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the official Balsamiq Mockups executable and EULA from the project's own domain (balsamiq.com), which is the legitimate source; despite the static analyzer flagging the host as non-standard, this is a normal AUR package building from official project infrastructure, with no evidence of malicious behavior or supply-chain risk.
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 the official Balsamiq Mockups executable and EULA from the project's own domain (balsamiq.com), which is the legitimate source; despite the static analyzer flagging the host as non-standard, this is a normal AUR package building from official project infrastructure, with no evidence of malicious behavior or supply-chain risk.
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:13
source=("https://builds.balsamiq.com/mockups-desktop/Balsamiq_Mockups_${pkgver}_bundled.zip" -
PKGBUILD:14
"http://media.balsamiq.com/files/BalsamiqEula.pdf"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Joshua Ward <joshuaward@myoffice.net.au>
2
# Contributor: Vojtěch Kusý <https://github.com/wojtha>
3
# Contributor: Michel Wohlert <michel.wohlert@gmail.com>
4
5
6
pkgname=balsamiqmockups
7
pkgver=3.5.17
8
license=('custom')
9
pkgrel=7
10
arch=('any')
11
pkgdesc="The Adobe Air based Mockup client. Not free or open source, there is a 30 day free trial."
12
url='http://balsamiq.com/products/mockups'
13
source=("https://builds.balsamiq.com/mockups-desktop/Balsamiq_Mockups_${pkgver}_bundled.zip"
14
"http://media.balsamiq.com/files/BalsamiqEula.pdf"
15
'balsamiqmockups.desktop')
16
sha256sums=('52cbeaf56733d07949e71832c382d975ba9475b2858d2b218a90deac5ff63cbe'
17
'c3bf7c7e59f72be96ec598142dcf583a7b6f83f1f5f5b48bd299b7f9f0fd5215'
18
'0d17c211894fd1e6b8dcda2fb5d36c64a75c198828457db450e5cfef1e81f166')
19
install=balsamiqmockups.install
20
depends=(wine desktop-file-utils lib32-libgl)
21
makedpends=(unzip)
22
conflicts=('balsamiq-mockups')
23
24
package () {
25
cd "${srcdir}"
26
27
install -dm755 "${pkgdir}/opt/balsamiq"
28
29
# install -Dm644 BalsamiqEula.pdf "/usr/share/licenses/balsamiqmockups/BalsamiqEula.pdf"
30
cp -pr "${srcdir}/Balsamiq_Mockups_3/." "${pkgdir}/opt/balsamiq"
31
mv "${pkgdir}/opt/balsamiq/Balsamiq Mockups 3.exe" "${pkgdir}/opt/balsamiq/balsamiq.exe"
32
33
install -dm755 "${pkgdir}/usr/bin"
34
echo "#!/bin/bash" > "${pkgdir}/usr/bin/balsamiqmockups"
35
echo "wine /opt/balsamiq/balsamiq.exe" >> "${pkgdir}/usr/bin/balsamiqmockups"
36
chmod 755 "${pkgdir}/usr/bin/balsamiqmockups"
37
38
install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
39
}
40
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 |