ptyget-bin

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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.

Triggered rules

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_x86_64=("https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb")
MEDIUM AI review 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
1# Generated by debtap
2# Maintainer: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
3# Contributor: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
4# Author: Daniel J. Bernstein
5pkgname=ptyget-bin
6pkgver=6
7pkgrel=2
8pkgdesc="Toolset for running programs in their \"interactive mode\" behaviours."
9arch=('x86_64')
10url="https://jdebp.eu/Softwares/djbwares/"
11license=('custom:ISC')
12groups=('djbwares')
13provides=('ptyget=6')
14options=('!strip' '!emptydirs')
15source_x86_64=("https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb")
16sha512sums_x86_64=('78a9569af9773e19af426d7f383334158d52a89198dcbab10283234e70688c7524e2f3ebfe88c18f72058a85e2553b87cc41bc8bab45f1ed33d24d726b30834e')
17
18package(){
19
20 # Extract package data
21 tar xf data.tar.xz -C "${pkgdir}"
22
23 # Fix directories structure differencies
24 cd "${pkgdir}"
25
26 mkdir usr/bin 2> /dev/null
27 mv usr/local/bin/* usr/bin
28 mv usr/local/sbin/* usr/bin
29 rm -rf usr/local/bin usr/local/sbin
30
31 mv usr/local/* usr
32 rm -rf usr/local
33
34 cd ..
35
36}
37

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion