prosody-mod-invites-register-web

LOW
maintainer TrialnError 0 votes scanned 2026-08-27 00:08:17.237226
View on AUR
Why flagged

The source is fetched from the project's official Mercurial repository (hg.prosody.im), which is plausibly owned by the project; building from source is normal for AUR packages and poses low risk even if the host is not on a whitelist.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The source is fetched from the project's official Mercurial repository (hg.prosody.im), which is plausibly owned by the project; building from source is normal for AUR packages and poses low risk even if the host is not on a whitelist.

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:14 source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lex Black <autumn-wind@web.de>
2
3pkgname=prosody-mod-invites-register-web
4pkgver=2026.03.23
5pkgrel=1
6_commit="8e73179c67f3"
7pkgdesc="Register accounts via the web using invite tokens"
8arch=('any')
9url="https://modules.prosody.im/mod_invites_register_web.html"
10license=('MIT')
11depends=('prosody' 'prosody-mod-invites-page' 'prosody-mod-password-policy')
12makedepends=('mercurial')
13optdepends=("prosody-mod-register-apps: Configuring list of XMPP clients")
14source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
15sha1sums=('eb2ede2b932dcdf5cf119480da0c9e10aa3eff41')
16
17
18package() {
19 cd "${srcdir}/prosody-modules/mod_invites_register_web"
20 find . -type f -name '*.lua' -exec install -Dm 644 '{}' "${pkgdir}/usr/lib/prosody/modules/{}" \;
21 install -Dm644 html/* -t "${pkgdir}/usr/lib/prosody/modules/html/"
22 find . -type f ! -name '*.lua' -exec install -Dm 644 '{}' "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
23 rm -r "${pkgdir}/usr/share/doc/${pkgname}/html"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-08-27 00:08
@@ -1,9 +1,9 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=prosody-mod-invites-register-web
-pkgver=2025.09.06
+pkgver=2026.03.23
pkgrel=1
-_commit="6216d85162dc"
+_commit="8e73179c67f3"
pkgdesc="Register accounts via the web using invite tokens"
arch=('any')
url="https://modules.prosody.im/mod_invites_register_web.html"
@@ -12,7 +12,7 @@
makedepends=('mercurial')
optdepends=("prosody-mod-register-apps: Configuring list of XMPP clients")
source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
-sha1sums=('5927b600bf8aee5453f2b4b1a14f60672d05500b')
+sha1sums=('eb2ede2b932dcdf5cf119480da0c9e10aa3eff41')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 00:08:17 Low 2
2026-08-26 23:31:22 Medium 1
2026-06-20 00:18:46 Clean 2
2026-06-19 23:51:18 Clean 2
2026-06-19 19:07:35 Low 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion