ptyget-bin
Triggered rules
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_x86_64=("https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt x86_64 binary .deb from jdebp.eu, which is the personal/project website of Jonathan de Boyne Pollard, a well-known Unix software packager who maintains djbwares (a collection of DJB tools). This is not a random untrusted host — jdebp.eu is the canonical upstream distribution point for djbwares packages, and the URL pattern matches the site's documented Debian repository. However, it is still a personal host rather than a major institutional mirror, and the package installs prebuilt binaries without source compilation, which constitutes a genuine supply-chain concern: if jdebp.eu is compromised or the binary is swapped, the sha512 checksum provides integrity protection only against in-transit tampering, not against the host serving a malicious binary from the start. The sha512sum is present and appears correctly formatted. The risk is real but not elevated beyond a standard medium: prebuilt binary from a personal/project host with checksum verification.
PKGBUILD
1 offending line(s) highlighted# Generated by debtap
# Maintainer: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
# Contributor: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
# Author: Daniel J. Bernstein
pkgname=ptyget-bin
pkgver=6
pkgrel=2
pkgdesc="Toolset for running programs in their \"interactive mode\" behaviours."
arch=('x86_64')
url="https://jdebp.eu/Softwares/djbwares/"
license=('custom:ISC')
groups=('djbwares')
provides=('ptyget=6')
options=('!strip' '!emptydirs')
source_x86_64=("https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb")
sha512sums_x86_64=('78a9569af9773e19af426d7f383334158d52a89198dcbab10283234e70688c7524e2f3ebfe88c18f72058a85e2553b87cc41bc8bab45f1ed33d24d726b30834e')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
# Fix directories structure differencies
cd "${pkgdir}"
mkdir usr/bin 2> /dev/null
mv usr/local/bin/* usr/bin
mv usr/local/sbin/* usr/bin
rm -rf usr/local/bin usr/local/sbin
mv usr/local/* usr
rm -rf usr/local
cd ..
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |