ptf-ctf-thumbnailer
Source tarball is fetched from a personal/self-hosted Gitea instance (coding.homdworks.org) that is plausibly the maintainer's own project forge; it has a proper sha256 checksum, builds from source with make, and installs only a compiled binary plus data files — no obfuscation, no remote code execution, no credential exfiltration. The only concern is the non-whitelisted host, which is low risk given the checksum and straightforward build.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Source tarball is fetched from a personal/self-hosted Gitea instance (coding.homdworks.org) that is plausibly the maintainer's own project forge; it has a proper sha256 checksum, builds from source with make, and installs only a compiled binary plus data files — no obfuscation, no remote code execution, no credential exfiltration. The only concern is the non-whitelisted host, which is low risk given the checksum and straightforward build.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
source=("${pkgname}-${pkgver}.tar.gz::https://coding.homdworks.org/sateallia/ptf-ctf-thumbnailer/archive/v${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sateallia <mail at sateallia dot org>
pkgname=ptf-ctf-thumbnailer
pkgver=1.0.0
pkgrel=1
pkgdesc='A thumbnailer for PSP PTF and CTF theme files'
arch=('x86_64')
url='https://coding.homdworks.org/sateallia/ptf-ctf-thumbnailer'
license=('MIT')
depends=('libpng' 'zlib')
source=("${pkgname}-${pkgver}.tar.gz::https://coding.homdworks.org/sateallia/ptf-ctf-thumbnailer/archive/v${pkgver}.tar.gz")
sha256sums=('945b9c33bedbde1468d388629cf41a2f057f3ebd27f60eea2a46e39407863679')
prepare() {
cd "${pkgname}"
sed -i 's|/usr/local/bin/|/usr/bin/|g' ptf.thumbnailer ctf.thumbnailer
}
build() {
cd "${pkgname}"
make
}
package() {
cd "${pkgname}"
install -D -m755 ptf-ctf-thumbnailer "${pkgdir}/usr/bin/ptf-ctf-thumbnailer"
install -D -m644 ptf.thumbnailer "${pkgdir}/usr/share/thumbnailers/ptf.thumbnailer"
install -D -m644 ctf.thumbnailer "${pkgdir}/usr/share/thumbnailers/ctf.thumbnailer"
install -D -m644 ptf-ctf.xml "${pkgdir}/usr/share/mime/packages/ptf-ctf.xml"
install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 19:23:27 | Low | 3 |
| 2026-09-15 19:20:17 | Medium | 2 |