reposilite
maintainer La_MouettE
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt JAR from the project's own Maven repository, which is plausibly official; building and installing a Java runtime artifact from the project's domain is normal for AUR packages and the worst case of a swapped source is code execution within the app's context, but the host is project-specific and not a generic file host, 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 a prebuilt JAR from the project's own Maven repository, which is plausibly official; building and installing a Java runtime artifact from the project's domain is normal for AUR packages and the worst case of a swapped source is code execution within the app's context, but the host is project-specific and not a generic file host, 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:11
source=("https://maven.reposilite.com/releases/com/reposilite/$pkgname/$pkgver/$pkgname-$pkgver-all.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Charles Leclerc <charles@la-mouette.net>
2
3
pkgname=reposilite
4
pkgver=3.5.28
5
pkgrel=1
6
pkgdesc="Lightweight repository manager for Maven artifacts. It is a simple solution to replace managers like Nexus, Archiva or Artifactory."
7
arch=(any)
8
url="https://reposilite.com"
9
license=('Apache')
10
depends=('java-runtime-headless>=11')
11
source=("https://maven.reposilite.com/releases/com/reposilite/$pkgname/$pkgver/$pkgname-$pkgver-all.jar"
12
"$pkgname.service"
13
"$pkgname.sysusers"
14
"$pkgname.tmpfiles"
15
"$pkgname.env"
16
"$pkgname.wrapper")
17
sha256sums=('b0a6f03b92e4fc37914213b7736cc7b877bf08f75be3044bcc6e79b4fec35551'
18
'1e543e7ef39d64ae683156aaa6aad8f164f30de999d15717416410e1750b9a8e'
19
'92ccfeff429aa4757ef353677dd99ad7aebe7483d4824706a27250e81efd6323'
20
'9587fa49dd66d5f31dee33aa1a9da269a34666b63f62e2550a66c3bc1d397aa7'
21
'7869b2925d6d2a897148b282af02992d7b4c5cfb6e7f01f0a277633689614c11'
22
'2f7cd3fdada1ba51da3259a2ad7ef6bbdbb5fea5023c8fcc78d4d5c19ff569d3')
23
backup=('etc/reposilite/configuration.cdn'
24
'etc/reposilite/default.env')
25
26
package() {
27
install -Dm 644 $pkgname.service -t "${pkgdir}/usr/lib/systemd/system"
28
install -Dm 644 $pkgname.sysusers "${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
29
install -Dm 644 $pkgname.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/$pkgname.conf"
30
install -Dm 644 "$pkgname-$pkgver-all.jar" "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
31
install -Dm 644 $pkgname.env "${pkgdir}/etc/reposilite/default.env"
32
java -jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar" -wd "${pkgdir}/etc/reposilite" -gc configuration.cdn
33
install -Dm 755 $pkgname.wrapper "${pkgdir}/usr/bin/reposilite"
34
}
35
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 |