talkatu-hg

LOW
maintainer SolarAquarion 0 votes scanned 2026-09-17 00:27:14.276658
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-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