treecomp

LOW
maintainer mhaquila 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads source and icon files from the author's personal website, which is not on a standard host whitelist, but the content consists of a prebuilt Windows executable meant to be run under Wine and a GIF icon; the worst case of a swapped source would be code execution via the unverifiable binary, but this is the project's official distribution point and the package otherwise follows standard AUR practices for a freeware tool.

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 source and icon files from the author's personal website, which is not on a standard host whitelist, but the content consists of a prebuilt Windows executable meant to be run under Wine and a GIF icon; the worst case of a swapped source would be code execution via the unverifiable binary, but this is the project's official distribution point and the package otherwise follows standard AUR practices for a freeware tool.

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:11 source=("https://lploeger.home.xs4all.nl/TreeComp${pkgver}_noinstall.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: mhaquila <mhaquila ad pharosmaris dot com>
2pkgname=treecomp
3pkgver=20191106
4pkgrel=2
5pkgdesc='Interactive utility to keep 2 directory trees and the files within the directories in sync'
6arch=('any')
7url='https://lploeger.home.xs4all.nl/TreeComp.htm'
8license=('custom: Free to use and share (see: https://lploeger.home.xs4all.nl/TreeComp3.htm#freeware)')
9depends=('wine'
10 'hicolor-icon-theme')
11source=("https://lploeger.home.xs4all.nl/TreeComp${pkgver}_noinstall.zip"
12 "https://lploeger.home.xs4all.nl/TreeCompIcon.gif")
13noextract=("TreeComp${pkgver}_noinstall.zip")
14sha256sums=('367f5c28a8c86381c07fead7e295e73db426fb33c874e8eabf3bde326c11d55b'
15 '734918bc25db284cb788b81f2eab3cceee90cae2581d1941ad924cb5d8b16584')
16
17prepare() {
18 cd "$srcdir/"
19 cat << 'EOF' > "$pkgname.desktop"
20[Desktop Entry]
21Version=$pkgver
22Type=Application
23Name=TreeComp
24Name[en]=TreeComp
25Name[fr]=TreeComp
26Name[it]=TreeComp
27GenericName=Directories trees comparator
28GenericName[en]=Directories trees comparator
29GenericName[fr]=Comparateur d'arborescences de répertoires
30GenericName[it]=Comparatore di alberi di directory
31Comment=$pkgdesc
32Comment[en]=Interactive utility to keep 2 directory trees and the files within the directories in sync
33Comment[fr]=Utilitaire interactif pour synchroniser 2 arborescences de répertoires et leurs fichiers
34Comment[it]=Utilità interattiva per sincronizzare 2 alberi di directory e i loro file
35Path=/opt/$pkgname
36Exec=bash -c 'WINEARCH=win32 WINEPREFIX=$HOME/.config/$pkgname wine TreeComp.exe'
37Icon=$pkgname
38Keywords=folders;comparator;
39Terminal=false
40Categories=Utility;FileTools;
41MimeType=inode/directory;
42StartupNotify=false
43Actions=help;
44
45[Desktop Action help]
46Name=TreeComp Help Topics
47Name[en]=TreeComp Use Manual
48Name[fr]=Guide d'utilisation de TreeComp
49Name[it]=Manuale d'uso di TreeComp
50Exec=bash -c 'WINEARCH=win32 WINEPREFIX=$HOME/.config/$pkgname wine TreeComp.chm'
51EOF
52
53 unzip -o "TreeComp${pkgver}_noinstall.zip" -d "$pkgname"
54}
55
56package() {
57 mkdir -p "$pkgdir/usr/share/licenses/treecomp"
58 cat << 'EOF' > "$pkgdir/usr/share/licenses/treecomp/LICENSE.md"
59# Use license
60
61This licence is mentionned on the author site.
62See https://lploeger.home.xs4all.nl/TreeComp3.htm#freeware
63
64## Freeware note
65
66If you like the program, pass it on to others! TreeComp is a closed source
67(with the exception of "Part of the source" below) freeware program written
68in Delphi.
69
70## Part of the source
71
72[Launch.pas](https://lploeger.home.xs4all.nl/Launch.htm) contains the part
73of the source code of TreeComp that handles launching an application from
74Delphi.
75EOF
76
77 mkdir -p "$pkgdir/opt/$pkgname" \
78 "$pkgdir/usr/share/icons/hicolor/32x32/apps/" \
79 "$pkgdir/usr/share/applications/"
80 cp -afH "$srcdir/$pkgname/" \
81 "$pkgdir/opt/"
82 cp -afH "$srcdir/TreeCompIcon.gif" \
83 "$pkgdir/usr/share/icons/hicolor/32x32/apps/$pkgname.png"
84 cp -afH "$srcdir/$pkgname.desktop" \
85 "$pkgdir/usr/share/applications/$pkgname.desktop"
86}
87

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion