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
4pkgname=diff2html
5pkgver=1.0.1
6pkgrel=5
7pkgdesc="diff to html"
8arch=(any)
9url="http://kafka.fr.free.fr/spip.php?article4"
10license=('GPL')
11depends=(python2)
12makedepends=()
13#source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
14source=(http://kafka.fr.free.fr/files/diff2html/diff2html.bz2)
15md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
16
17build() {
18 sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' "$srcdir"/$pkgname
19}
20
21package() {
22 install -D -m0755 "$srcdir"/$pkgname "$pkgdir"/usr/bin/$pkgname
23}
24

Scan history

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

Report a package

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

0 / 4000
Your suggestion