continuwuity
maintainer Kimiblock
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a personal forge host, but it is the project's own upstream source being built from scratch, which is normal for AUR packages; the non-standard host is not a supply-chain risk here.
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 95%): The source is a git repository from a personal forge host, but it is the project's own upstream source being built from scratch, which is normal for AUR packages; the non-standard host is not a supply-chain risk here.
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=("git+https://forgejo.ellis.link/continuwuation/continuwuity.git#tag=v$(echo ${pkgver} | sed 's|_|-|g')")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kimiblock Moe
2
# Contributor: AlphaLynx
3
4
pkgname=continuwuity
5
pkgdesc="a very cool, featureful fork of conduit (rust matrix homeserver)"
6
url="https://forgejo.ellis.link/continuwuation/continuwuity"
7
license=("Apache-2.0")
8
arch=("x86_64" "aarch64")
9
pkgver=26.7.2
10
pkgrel=1
11
epoch=2
12
makedepends=("rust" "cargo" "git" "clang")
13
depends=("gcc-libs" "glibc" "liburing" "jemalloc" "zstd")
14
source=("git+https://forgejo.ellis.link/continuwuation/continuwuity.git#tag=v$(echo ${pkgver} | sed 's|_|-|g')")
15
sha256sums=('e2a27eeedc6ca9b0bd8f7bbdf06f4275cadb0c8f54e55829c10277b9bc6552ae')
16
provides=("conduwuit" "continuwuity")
17
conflicts=("conduwuit" "continuwuity")
18
options=(!lto)
19
backup=("etc/conduwuit/conduwuit.toml")
20
21
#function pkgver() {
22
# cd continuwuity
23
# echo "$(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2|cut -d\- -f1).$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"
24
#}
25
26
function prepare() {
27
export JEMALLOC_OVERRIDE=/usr/lib/libjemalloc.so
28
export CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1
29
export ZSTD_SYS_USE_PKG_CONFIG=1
30
cd "${srcdir}/continuwuity"
31
export RUSTUP_TOOLCHAIN=stable
32
cargo fetch --locked --target host-tuple
33
export CONDUWUIT_VERSION_EXTRA=$(git rev-parse --short HEAD)
34
}
35
36
function build() {
37
export JEMALLOC_OVERRIDE=/usr/lib/libjemalloc.so
38
export CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1
39
export ZSTD_SYS_USE_PKG_CONFIG=1
40
cd "${srcdir}/continuwuity"
41
export RUSTUP_TOOLCHAIN=stable
42
export CARGO_TARGET_DIR=target
43
cargo build --frozen --release --locked
44
}
45
46
function check() {
47
export JEMALLOC_OVERRIDE=/usr/lib/libjemalloc.so
48
export CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1
49
export ZSTD_SYS_USE_PKG_CONFIG=1
50
cd "${srcdir}/continuwuity"
51
export RUSTUP_TOOLCHAIN=stable
52
cargo test --frozen --locked
53
}
54
55
function package() {
56
install -Dm755 "${srcdir}/continuwuity/target/release/conduwuit" "${pkgdir}/usr/bin/conduwuit"
57
install -Dm644 "${srcdir}/continuwuity/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
58
install -Dm600 "${srcdir}/continuwuity/conduwuit-example.toml" "${pkgdir}/etc/conduwuit/conduwuit.toml"
59
install -Dm644 "${srcdir}/continuwuity/pkg/conduwuit.service" "${pkgdir}/usr/lib/systemd/system/continuwuity.service"
60
}
61
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -6,13 +6,13 @@ url="https://forgejo.ellis.link/continuwuation/continuwuity" license=("Apache-2.0") arch=("x86_64" "aarch64")-pkgver=26.7.1+pkgver=26.7.2 pkgrel=1 epoch=2 makedepends=("rust" "cargo" "git" "clang") depends=("gcc-libs" "glibc" "liburing" "jemalloc" "zstd") source=("git+https://forgejo.ellis.link/continuwuation/continuwuity.git#tag=v$(echo ${pkgver} | sed 's|_|-|g')")-sha256sums=('76b792c7f2dea7e6e76e42ee0854da2ab8ffa70d1dc1e7aff5f478c627ebdcb4')+sha256sums=('e2a27eeedc6ca9b0bd8f7bbdf06f4275cadb0c8f54e55829c10277b9bc6552ae') provides=("conduwuit" "continuwuity") conflicts=("conduwuit" "continuwuity") options=(!lto)Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 23:17:02 | MEDIUM | 1 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 03:37:00 | MEDIUM | 1 |
| 2026-07-18 00:14:48 | CLEAN | 2 |
| 2026-07-17 05:54:03 | MEDIUM | 1 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |
| 2026-07-14 00:09:48 | LOW | 2 |
| 2026-07-13 07:40:53 | MEDIUM | 1 |
| 2026-07-13 00:19:36 | LOW | 2 |
| 2026-07-12 05:39:28 | MEDIUM | 1 |
| 2026-07-12 00:27:26 | LOW | 2 |
| 2026-07-11 00:25:18 | LOW | 2 |
| 2026-07-10 23:35:58 | MEDIUM | 1 |