ptouch-print
maintainer harmathy
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a git repository hosted on a non-whitelisted domain, but it is the project's own official repository as referenced by the upstream URL, making this a legitimate build from source rather than a suspicious binary download.
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 source uses a git repository hosted on a non-whitelisted domain, but it is the project's own official repository as referenced by the upstream URL, making this a legitimate build from source rather than a suspicious binary download.
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:21
source=("git+https://familie-radermacher.ch/cgi/cgit/linux/${pkgname}.git#tag=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Max Harmathy <max.harmathy@web.de>
2
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
3
4
pkgname=ptouch-print
5
pkgver=1.7
6
pkgrel=1
7
pkgdesc="Command line tool to print labels on Brother P-Touch printers"
8
arch=(x86_64)
9
url=https://familie-radermacher.ch/dominic/projekte/ptouch-print/
10
license=(GPL-3.0-only)
11
depends=(
12
gd
13
glibc
14
libusb
15
)
16
makedepends=(
17
git
18
cmake
19
)
20
provides=("${pkgname}")
21
source=("git+https://familie-radermacher.ch/cgi/cgit/linux/${pkgname}.git#tag=v${pkgver}")
22
sha256sums=('43b35a52f0b327742353d843ee25c4f119e6ac94a0c7a216734ab49f0ceb45c0')
23
24
build() {
25
cd "${pkgname}"
26
mkdir -p build
27
cmake -B build -D CMAKE_BUILD_TYPE=Release
28
make -C build
29
}
30
31
package() {
32
install -Dm755 -t "${pkgdir}/usr/bin" "${pkgname}/build/ptouch-print"
33
install -Dm644 -t "${pkgdir}/usr/share/man/man1" "${pkgname}/${pkgname}.1"
34
install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" "${pkgname}/README"
35
install -Dm644 -t "${pkgdir}/usr/lib/udev/rules.d" "${pkgname}/udev/20-usb-ptouch-permissions.rules"
36
}
37
38
# vim: ts=2 sw=2 et:
39
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 |