frame0

maintainer PanNNN · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads and installs a prebuilt binary .deb package from files.frame0.app, which is the vendor's own release host (matching the official product URL frame0.app). The binary is extracted and installed directly without any source compilation. While the host appears to be the official vendor distribution channel (subdomain of the product's own domain), it is still a prebuilt binary from a non-standard packaging host with no additional verification beyond a single SHA256 checksum. This is a legitimate medium-risk supply-chain concern: if the host is compromised or the binary is replaced, the SHA256 would need to be updated to detect it, and there is no GPG signature verification. The risk is real but not indicative of malicious intent — this is a common pattern for proprietary Electron-based apps distributed via AUR. The severity remains medium due to the executed binary from a non-major-platform host, though the domain alignment with the official product URL reduces suspicion somewhat.

Triggered rules

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:24 source=("https://files.frame0.app/releases/linux/x64/frame0_${pkgver}_amd64.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads and installs a prebuilt binary .deb package from files.frame0.app, which is the vendor's own release host (matching the official product URL frame0.app). The binary is extracted and installed directly without any source compilation. While the host appears to be the official vendor distribution channel (subdomain of the product's own domain), it is still a prebuilt binary from a non-standard packaging host with no additional verification beyond a single SHA256 checksum. This is a legitimate medium-risk supply-chain concern: if the host is compromised or the binary is replaced, the SHA256 would need to be updated to detect it, and there is no GPG signature verification. The risk is real but not indicative of malicious intent — this is a common pattern for proprietary Electron-based apps distributed via AUR. The severity remains medium due to the executed binary from a non-major-platform host, though the domain alignment with the official product URL reduces suspicion somewhat.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: PanNNN <cool.panjianhao@gmail.com>
2pkgname=frame0
3pkgver=1.2.0
4pkgrel=1
5pkgdesc="A Balsamiq-alternative wireframming tool for modern apps"
6arch=('x86_64')
7url="https://frame0.app"
8license=('custom')
9depends=(
10 "gtk3"
11 "nss"
12 "libnotify"
13 "libxtst"
14 "xdg-utils"
15 "at-spi2-core"
16 "libdrm"
17 "mesa"
18 "libxcb"
19 "glib2"
20)
21optdepends=(
22 'pulseaudio'
23)
24source=("https://files.frame0.app/releases/linux/x64/frame0_${pkgver}_amd64.deb")
25sha256sums=('1fd9cbad0ccecfb0bd839dd15408a6343e0ad01168f983cca57d9d74b14896ce')
26
27package() {
28 cd "${srcdir}"
29 # Extract the .deb file
30 ar x frame0_${pkgver}_amd64.deb
31 # Extract the data.tar.xz file
32 bsdtar -xf data.tar.xz -C "${pkgdir}"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion