diff2html
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source file from a non-whitelisted but plausibly project-maintainer-owned host; it is a simple script build with no obfuscation or execution of unverified binaries, and the worst case of a swapped source is limited to code execution within the build context, which is typical for AUR packages.
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 package downloads a source file from a non-whitelisted but plausibly project-maintainer-owned host; it is a simple script build with no obfuscation or execution of unverified binaries, and the worst case of a swapped source is limited to code execution within the build context, which is typical for AUR packages.
2 higher static findings 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:14
source=(http://kafka.fr.free.fr/files/diff2html/diff2html.bz2)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
2
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3
4
pkgname=diff2html
5
pkgver=1.0.1
6
pkgrel=5
7
pkgdesc="diff to html"
8
arch=(any)
9
url="http://kafka.fr.free.fr/spip.php?article4"
10
license=('GPL')
11
depends=(python2)
12
makedepends=()
13
#source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
14
source=(http://kafka.fr.free.fr/files/diff2html/diff2html.bz2)
15
md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
16
17
build() {
18
sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' "$srcdir"/$pkgname
19
}
20
21
package() {
22
install -D -m0755 "$srcdir"/$pkgname "$pkgdir"/usr/bin/$pkgname
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |