scala-ide
maintainer orphaned
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly official host (downloads.typesafe.com) for building the IDE; this is a normal AUR build pattern, and the checksums are provided, making it low risk despite the non-standard host.
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 source tarball from a non-whitelisted but plausibly official host (downloads.typesafe.com) for building the IDE; this is a normal AUR build pattern, and the checksums are provided, making it low risk despite the non-standard host.
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:12
$pkgname-$pkgver.zip::"http://downloads.typesafe.com/scalaide-pack/$pkgver-vfinal-oxygen-212-20170929/scala-SDK-$pkgver-vfinal-2.12-linux.gtk.$CARCH.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Ivan Kuraj
2
#Contributor: Ivan Kuraj
3
4
pkgname=scala-ide
5
pkgver=4.7.0
6
pkgrel=3
7
pkgdesc="Scala IDE, the official IDE, stand-alone Eclipse-based version"
8
arch=('x86_64')
9
url="http://www.scala-ide.org/"
10
license=('custom')
11
source=(
12
$pkgname-$pkgver.zip::"http://downloads.typesafe.com/scalaide-pack/$pkgver-vfinal-oxygen-212-20170929/scala-SDK-$pkgver-vfinal-2.12-linux.gtk.$CARCH.tar.gz"
13
"LICENSE" "scala-ide.desktop" "product.png" "scala-ide.sh"
14
)
15
depends=("java-environment>=8" unzip)
16
optdepends=("webkit2gtk: support for internal SWT Browser")
17
provides=('scala-ide')
18
md5sums=('2656fa91a0a89db585390e4446cd361f'
19
'58b225f304aaf42c8b8738894a10cb96'
20
'6a7d702fc49dd5b6895f7161ad7f0574'
21
'c95b1920928f10d2c982afd7f5827a2c'
22
'f9b156600b7e150f217d5061d6d16666')
23
sha512sums=('622f930b665b1187baaa416f3172dc6b48551148c6267fa251e1ab17cdc5c78cccce07371ce909e59af0202d7e9a0126aa9e1d22798e0498f217e7e541e0e1a8'
24
'8fc7bc4f43590d477955dc2334a9489d8825b4d363d1b09f987aa93626a8ee58ec48072e1378b776937867553bc9d4aff18652d605518532efe43a8e12757a71'
25
'eff6a4b1c0ff0dd134a41a32165fab5b3fbd6e33b635e36ac4af1cfe3cd156d3e13e38d28eabeec6f8589367e524bf1298d391061d0e6f791b5a06cf2fa7aea9'
26
'7e3e8c874cd57f0413a84c9bfe6beff18aa442a4a74f4be0ef5d223407ddd12408f97b329a8e2ed9acad3867bfbea6c878d5d4dc3fb3592f3b05819e346e8544'
27
'8b6411982fcc78674d0a9891ab356e31bfe9fa2349f72046eebb9908dfd75e7e7c3b50c1e7d99bf395eea86a1311a7ca7d19708f0c4dbd5435a469fe7ef643be')
28
29
package() {
30
install -D -m0644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
31
install -D -m0644 "$srcdir"/scala-ide.desktop "$pkgdir"/usr/share/applications/${pkgname}.desktop
32
install -D -m0644 "$srcdir"/product.png "$pkgdir"/usr/share/pixmaps/${pkgname}.png
33
34
install -d "$pkgdir/usr/lib"
35
36
cd $srcdir
37
cp -a eclipse "$pkgdir/usr/lib/${pkgname}"
38
39
install -D scala-ide.sh "$pkgdir/usr/bin/scala-ide"
40
}
41
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 |