private-discuss-bin

MEDIUM
maintainer mathieu.clabaut 0 votes scanned 2026-09-24 09:45:42.510514
View on AUR
Why flagged

A prebuilt binary is downloaded from api-v2.private-discuss.com, which is the project's own API subdomain but not a widely recognized official release infrastructure; the binary is installed as an executable with a checksum provided, but it is a closed-source proprietary binary from a low-vote, recently uploaded package with no independent verification possible.

Triggered rules

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:15 source_x86_64=("https://api-v2.private-discuss.com/discuss_releases/linux/${pkgver}/${_pkgname}.bin" "${_pkgname}".{desktop,png})
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): A prebuilt binary is downloaded from api-v2.private-discuss.com, which is the project's own API subdomain but not a widely recognized official release infrastructure; the binary is installed as an executable with a checksum provided, but it is a closed-source proprietary binary from a low-vote, recently uploaded package with no independent verification possible.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: mathieu@clabaut.net
2# Contributor: mathieu@clabaut.net
3_pkgname=private-discuss
4pkgname=private-discuss-bin
5pkgver=7.8.9
6pkgrel=1
7pkgdesc="The Sovereign Communication Platform"
8arch=('x86_64')
9url="https://private-discuss.com"
10license=('Proprietary')
11replaces=("$_pkgname")
12provides=("$_pkgname")
13depends=('hicolor-icon-theme')
14options=('!strip' '!emptydirs')
15source_x86_64=("https://api-v2.private-discuss.com/discuss_releases/linux/${pkgver}/${_pkgname}.bin" "${_pkgname}".{desktop,png})
16
17package(){
18 install -Dm755 private-discuss.bin ${pkgdir}/usr/bin/private-discuss
19 install -Dm644 private-discuss.desktop -t ${pkgdir}/usr/share/applications
20 install -Dm644 -t "${pkgdir}"/usr/share/icons/hicolor/512x512/apps \
21 $_pkgname.png
22}
23sha256sums_x86_64=('dbf80036694a55123497ba80cbc7f10d616d50bb282dbae5336467e5d75776ba'
24 'e68ed7dd8900a2c203a7eb17ff7c0bd4b72b9a3f1f25221039d1b679240384ca'
25 '630353797cf2d8088e02233ec1614202764f0b027c625a9f6390d9741634fa91')
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 09:45:42 Medium 3
2026-09-24 09:42:26 Medium 3

Report a package

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

0 / 4000
Your suggestion