swagger-codegen-2
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The JAR file is downloaded from oss.sonatype.org, a legitimate repository for Maven artifacts, which is commonly used for Java projects; while not on a standard whitelist, it is a trusted source for official project releases, and the package installs only this verified JAR and a launcher script.
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 oss.sonatype.org, a legitimate repository for Maven artifacts, which is commonly used for Java projects; while not on a standard whitelist, it is a trusted source for official project releases, and the package installs only this verified JAR and a launcher script.
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:18
source=(https://oss.sonatype.org/content/repositories/releases/io/swagger/swagger-codegen-cli/$pkgver/swagger-codegen-cli-$pkgver.jar
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ondrej Kucera <ondrej.kucera@centrum.cz>
2
pkgname=swagger-codegen-2
3
pkgver=2.4.7
4
pkgrel=1
5
pkgdesc="Swagger Code Generator (2.x series)"
6
arch=("any")
7
url="https://github.com/swagger-api/swagger-codegen"
8
license=("Apache")
9
groups=()
10
depends=('java-runtime')
11
makedepends=()
12
provides=()
13
conflicts=('swagger-codegen')
14
replaces=('swagger-codegen')
15
backup=()
16
options=()
17
install=
18
source=(https://oss.sonatype.org/content/repositories/releases/io/swagger/swagger-codegen-cli/$pkgver/swagger-codegen-cli-$pkgver.jar
19
swagger-codegen)
20
sha256sums=('eadc0af727822cb3c55df3d81e77852ab8e711ac18c658c527265bc3da8946b4'
21
'b1c49877eaf8905f0d6d297a7a68692b5137e24df44ddf585f45033962c4e3ab')
22
noextract=(swagger-codegen-cli-$pkgver.jar)
23
24
package() {
25
install -d -m 755 "$pkgdir/usr/share/java/swagger-codegen"
26
install -m 644 swagger-codegen-cli-$pkgver.jar "$pkgdir/usr/share/java/swagger-codegen"
27
ln -s "swagger-codegen-cli-$pkgver.jar" "$pkgdir/usr/share/java/swagger-codegen/swagger-codegen-cli.jar"
28
install -d -m 755 "$pkgdir/usr/bin"
29
install -m 755 swagger-codegen "$pkgdir/usr/bin"
30
}
31
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 |