ptf-ctf-thumbnailer

LOW
maintainer Sateallia 0 votes scanned 2026-09-15 19:23:27.701442
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: Sateallia <mail at sateallia dot org>
2
3pkgname=ptf-ctf-thumbnailer
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='A thumbnailer for PSP PTF and CTF theme files'
7arch=('x86_64')
8url='https://coding.homdworks.org/sateallia/ptf-ctf-thumbnailer'
9license=('MIT')
10depends=('libpng' 'zlib')
11
12source=("${pkgname}-${pkgver}.tar.gz::https://coding.homdworks.org/sateallia/ptf-ctf-thumbnailer/archive/v${pkgver}.tar.gz")
13sha256sums=('945b9c33bedbde1468d388629cf41a2f057f3ebd27f60eea2a46e39407863679')
14
15prepare() {
16 cd "${pkgname}"
17 sed -i 's|/usr/local/bin/|/usr/bin/|g' ptf.thumbnailer ctf.thumbnailer
18}
19
20build() {
21 cd "${pkgname}"
22 make
23}
24
25package() {
26 cd "${pkgname}"
27 install -D -m755 ptf-ctf-thumbnailer "${pkgdir}/usr/bin/ptf-ctf-thumbnailer"
28 install -D -m644 ptf.thumbnailer "${pkgdir}/usr/share/thumbnailers/ptf.thumbnailer"
29 install -D -m644 ctf.thumbnailer "${pkgdir}/usr/share/thumbnailers/ctf.thumbnailer"
30 install -D -m644 ptf-ctf.xml "${pkgdir}/usr/share/mime/packages/ptf-ctf.xml"
31 install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 19:23:27 Low 3
2026-09-15 19:20:17 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