prosody-mod-invites-register-web
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
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)
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# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=prosody-mod-invites-register-web
pkgver=2026.03.23
pkgrel=1
_commit="8e73179c67f3"
pkgdesc="Register accounts via the web using invite tokens"
arch=('any')
url="https://modules.prosody.im/mod_invites_register_web.html"
license=('MIT')
depends=('prosody' 'prosody-mod-invites-page' 'prosody-mod-password-policy')
makedepends=('mercurial')
optdepends=("prosody-mod-register-apps: Configuring list of XMPP clients")
source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
sha1sums=('eb2ede2b932dcdf5cf119480da0c9e10aa3eff41')
package() {
cd "${srcdir}/prosody-modules/mod_invites_register_web"
find . -type f -name '*.lua' -exec install -Dm 644 '{}' "${pkgdir}/usr/lib/prosody/modules/{}" \;
install -Dm644 html/* -t "${pkgdir}/usr/lib/prosody/modules/html/"
find . -type f ! -name '*.lua' -exec install -Dm 644 '{}' "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
rm -r "${pkgdir}/usr/share/doc/${pkgname}/html"
}
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) | Severity | Rules |
|---|---|---|
| 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 |