talkatu-hg

maintainer SolarAquarion · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Mercurial checkout from a plausible project-owned host, used to build the software from source; the non-whitelisted host is not a major risk as no prebuilt binaries are downloaded and the code is compiled locally.

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 source is a Mercurial checkout from a plausible project-owned host, used to build the software from source; the non-whitelisted host is not a major risk as no prebuilt binaries are downloaded and the code is compiled locally.

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:18 source=("hg+https://keep.imfreedom.org/$_pkgname/$_pkgname")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: EndlessEden <eden.rose@deep-rose.org>
2#
3# Original Maintainer: Deposite Pirate <dpirate at metalpunks dot info>
4#
5# Upstream: https://git.metalpunks.info/arch-ports
6# Maintainer: Solaraquarion <shlomochoina@gmail.com>
7_pkgname=talkatu
8pkgbase=$_pkgname-hg
9pkgname=("$_pkgname"-hg "$_pkgname"-docs-hg )
10
11pkgver=1.0.r509.42ce88fc5ee3
12pkgrel=1
13pkgdesc="Gtk+ widgets for chat software"
14arch=('i686' 'x86_64')
15url="https://keep.imfreedom.org/talkatu/talkatu"
16license=('GPL-2.0-or-later')
17makedepends=('mercurial' 'meson' 'vala' 'help2man' 'gtk-doc' 'gobject-introspection' 'gtk4' 'gi-docgen' 'gumbo-parser' 'cmark')
18source=("hg+https://keep.imfreedom.org/$_pkgname/$_pkgname")
19sha256sums=('SKIP')
20
21pkgver() {
22 cd talkatu
23 printf "1.0.r%s.%s" \
24 "$(hg identify -n)" \
25 "$(hg identify -i)"
26}
27
28build() {
29 arch-meson build talkatu -Dtests=false
30 ninja -C build
31}
32
33_pick() {
34 local p="$1" f d; shift
35 for f; do
36 d="$srcdir/$p/${f#$pkgdir/}"
37 mkdir -p "$(dirname "$d")"
38 mv "$f" "$d"
39 rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
40 done
41}
42
43
44package_talkatu-hg() {
45 depends=('gtk4' 'gumbo-parser>=0.10' 'cmark')
46 provides=('talkatu')
47 conflicts=(talkatu)
48 DESTDIR="${pkgdir}" ninja -C build install
49 cd ${pkgdir}/usr/include
50 ln -s talkatu-1.0 talkatu
51
52 cd "$pkgdir"
53 _pick docs usr/share/doc
54}
55
56package_talkatu-docs-hg() {
57 pkgdesc+=" (documentation)"
58 depends=()
59 provides=(talkatu-docs)
60
61 mv docs/* "$pkgdir"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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