transset-df
maintainer khenderick
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal domain, but it is used to build the project from its own source; the checksum is provided and matches, and the package installs only a compiled binary from that source, posing low 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 source is a tarball from a personal domain, but it is used to build the project from its own source; the checksum is provided and matches, and the package installs only a compiled binary from that source, posing low 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:15
source=("https://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kenneth Henderick <kenneth@ketronic.be>
2
# Contributor: Amber <amber@mail.cyborgtrees.com>
3
# Contributor: Yusuf Aktepe <yusuf@yusufaktepe.com>
4
# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
5
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
6
7
pkgname=transset-df
8
pkgver=6
9
pkgrel=9
10
pkgdesc="A patched version of X.Org's transset with added functionality."
11
arch=('x86_64')
12
url='https://forchheimer.se/transset-df/'
13
license=('GPL')
14
depends=('libxcomposite' 'libxdamage' 'libxrender')
15
source=("https://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz")
16
sha256sums=('4563c8a9883db354c58dcd63f87dd3d076c4a3ed9c55b85e8cb59c9d399fdeee')
17
18
build() {
19
cd "${srcdir}/${pkgname}-${pkgver}"
20
make
21
}
22
23
package() {
24
cd "${srcdir}/${pkgname}-${pkgver}"
25
install -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df"
26
}
27
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 |