balsamiqmockups

LOW
maintainer Hyllios 2 votes scanned 2026-09-17 00:27:14.276658
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
6pkgname=balsamiqmockups
7pkgver=3.5.17
8license=('custom')
9pkgrel=7
10arch=('any')
11pkgdesc="The Adobe Air based Mockup client. Not free or open source, there is a 30 day free trial."
12url='http://balsamiq.com/products/mockups'
13source=("https://builds.balsamiq.com/mockups-desktop/Balsamiq_Mockups_${pkgver}_bundled.zip"
14 "http://media.balsamiq.com/files/BalsamiqEula.pdf"
15 'balsamiqmockups.desktop')
16sha256sums=('52cbeaf56733d07949e71832c382d975ba9475b2858d2b218a90deac5ff63cbe'
17 'c3bf7c7e59f72be96ec598142dcf583a7b6f83f1f5f5b48bd299b7f9f0fd5215'
18 '0d17c211894fd1e6b8dcda2fb5d36c64a75c198828457db450e5cfef1e81f166')
19install=balsamiqmockups.install
20depends=(wine desktop-file-utils lib32-libgl)
21makedpends=(unzip)
22conflicts=('balsamiq-mockups')
23
24package () {
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)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