tessla
maintainer kiito
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The JAR file is downloaded from the project's own GitLab instance (git.tessla.io), which is a plausible official source; building from project-owned infrastructure with a valid checksum is low risk despite the host not being on a standard whitelist.
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 JAR file is downloaded from the project's own GitLab instance (git.tessla.io), which is a plausible official source; building from project-owned infrastructure with a valid checksum is low risk despite the host not being on a standard whitelist.
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
"tessla-${pkgver}.jar"::"https://git.tessla.io/tessla/tessla/builds/artifacts/master/raw/target/scala-3.3.1/tessla-assembly-${pkgver}.jar?job=deploy"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: TeSSLa Community <info@tessla.io>
2
pkgname=tessla
3
pkgver=2.1.0
4
pkgrel=1
5
pkgdesc="TeSSLa toolchain bundle"
6
arch=(any)
7
url=https://tessla.io
8
depends=('java-runtime>=11')
9
optdepends=()
10
makedepends=()
11
license=(Apache)
12
noextract=("tessla-${pkgver}.jar")
13
source=(
14
"tessla-${pkgver}.jar"::"https://git.tessla.io/tessla/tessla/builds/artifacts/master/raw/target/scala-3.3.1/tessla-assembly-${pkgver}.jar?job=deploy"
15
"tessla")
16
sha256sums=(
17
'400d8e2d9814cc393a3664bb4073884c39bbab3fe7b733657563d7ea9b45126b'
18
'2d9931705d32832b11aaee1ed212f53bc62da1266ddd7db010e63861eb3c55c1')
19
20
package() {
21
# Install tessla.jar in /usr/share/java/
22
install -Dm 644 "${srcdir}/tessla-${pkgver}.jar" "${pkgdir}/usr/share/java/tessla.jar"
23
# Install runner script in /usr/bin/
24
install -Dm 755 "${srcdir}/tessla" "${pkgdir}/usr/bin/tessla"
25
}
26
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 |