pleroma-bin
maintainer danso
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official GitLab instance, which is a trusted source; while non-whitelisted, the host is plausibly official and the binaries are hashed, reducing supply-chain risk.
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 package downloads prebuilt binaries from the project's official GitLab instance, which is a trusted source; while non-whitelisted, the host is plausibly official and the binaries are hashed, reducing supply-chain risk.
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:25
source_x86_64=("pleroma-x86_64-${pkgver}.zip::https://git.pleroma.social/pleroma/pleroma/-/jobs/226602/artifacts/download")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: danso <dev-aur@danso.ca>
2
# Contributor: Bjoern Franke <bjo+aur@schafweide.org>
3
# Contributor: gudzpoz <gudzpoz ant live dot com>
4
# Contributor: Faye Jackson <justalittleepsilon ant gmail dot com>
5
6
pkgname=pleroma-bin
7
pkgver=2.5.0
8
pkgrel=2
9
pkgdesc='A microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub.'
10
url='https://pleroma.social/'
11
license=('AGPL' 'CCPL:cc-by-4.0' 'CCPL:cc-by-sa-4.0')
12
arch=(x86_64 aarch64 armv7h)
13
depends=(ncurses file libxcrypt-compat openssl-1.1)
14
optdepends=('postgresql: local postgresql database support'
15
'imagemagick: Pleroma.Upload.Filters.Mogrify, Pleroma.Upload.Filters.Mogrifun support'
16
'ffmpeg: media preview proxy support for videos'
17
'perl-image-exiftool: supporting stripping location (GPS) data from uploaded images with Pleroma.Upload.Filter.Exiftool.StripLocation'
18
'nginx: http server')
19
provides=(pleroma)
20
conflicts=(pleroma)
21
backup=('etc/pleroma/config.exs')
22
install=pleroma.install
23
# sources from https://git.pleroma.social/pleroma/pleroma/-/pipelines/43177/
24
# job name "amd64"
25
source_x86_64=("pleroma-x86_64-${pkgver}.zip::https://git.pleroma.social/pleroma/pleroma/-/jobs/226602/artifacts/download")
26
# job name "arm64"
27
source_aarch64=("pleroma-aarch64-${pkgver}.zip::https://git.pleroma.social/pleroma/pleroma/-/jobs/226606/artifacts/download")
28
# job name "arm"
29
source_armv7h=("pleroma-armv7h-${pkgver}.zip::https://git.pleroma.social/pleroma/pleroma/-/jobs/226604/artifacts/download")
30
source=('pleroma.sysusers'
31
'pleroma.tmpfiles'
32
'pleroma.service'
33
'COPYING')
34
sha256sums=('4df8a0099dada9bf652fb07677a9c6a66cad1f26498f08a55d8acb0186b78979'
35
'b5e844fab22dc4fafdec09c1f14437a06d3a12fae753fc0be968d22eaddfd6dc'
36
'268952ef036ef65ab146a38ff20bbba35759c0f33510fe6ca15d6765285938ed'
37
'e299229268576c559d0155baccccf682c97b51bebab40a0b7ff3ab562ec62104')
38
sha256sums_x86_64=('0a8a64ee9642349976ec83be3649d607115b3819a99f7d056135fbe3a5d58480')
39
sha256sums_aarch64=('9b7092566d2279c0911d86f8641a2a08aef67d5f76563939459e6c1fb1144279')
40
sha256sums_armv7h=('90ca77fd63ebe849659864e95af194bb8b7d268f9e5aa13756c4d6a07257a692')
41
42
package() {
43
cd "$srcdir"
44
45
mkdir -p "${pkgdir}/opt/pleroma"
46
find release -executable -exec chmod a+rx {} \;
47
cp -r release/* "${pkgdir}/opt/pleroma"
48
install -Dm 644 pleroma.sysusers "${pkgdir}/usr/lib/sysusers.d/pleroma.conf"
49
install -Dm 644 pleroma.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/pleroma.conf"
50
install -Dm 644 pleroma.service "${pkgdir}/usr/lib/systemd/system/pleroma.service"
51
install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
52
}
53
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |