transfer-more
maintainer Sceptique
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host, which is not on the standard whitelist but is plausibly the maintainer's official project instance; building from own-source is normal AUR practice and the worst case of a swapped source is limited to supply-chain risk on a niche project, not active exploitation.
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 source is a tarball from the project's own Git host, which is not on the standard whitelist but is plausibly the maintainer's official project instance; building from own-source is normal AUR practice and the worst case of a swapped source is limited to supply-chain risk on a niche project, not active exploitation.
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:19
source=('transfer_more_v0.6.0.tar.gz::https://git.sceptique.eu/Sceptique/transfer_more/archive/v0.6.0.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Arthur Poulet (arthur.poulet@sceptique.eu)
2
pkgname=transfer-more
3
pkgver=v0.6.0
4
pkgrel=1
5
pkgdesc="Fast and lite file upload server (transfer.sh clone), git build."
6
arch=('any')
7
url="https://git.sceptique.eu/Sceptique/transfer_more"
8
license=('GPLv3')
9
groups=()
10
depends=()
11
makedepends=('crystal' 'shards' 'git')
12
provides=()
13
conflicts=()
14
replaces=()
15
backup=()
16
options=()
17
install=
18
# source=('transfer_more::git+https://git.sceptique.eu/Sceptique/transfer_more')
19
source=('transfer_more_v0.6.0.tar.gz::https://git.sceptique.eu/Sceptique/transfer_more/archive/v0.6.0.tar.gz')
20
noextract=()
21
sha256sums=('c88e1356be71f0e5c3f1e951f0381d3ab5eae23484c31e40da18adb52dfd63ee')
22
23
# pkgver() {
24
# cd "$srcdir/transfer_more"
25
# printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
26
# }
27
28
build() {
29
cd "$srcdir/transfer_more"
30
make NAME="transfer-more" deps release
31
}
32
33
# Note: the package files are supposed to be installed in /usr/bin/share/transfer-more
34
package() {
35
cd "$srcdir/transfer_more"
36
make PREFIX="$pkgdir/usr/share" NAME="transfer-more" install
37
}
38
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 |