dart-sdk-dev
maintainer KlarkKable
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source downloads a Dart SDK release from Google's official storage domain, which is the project's legitimate release infrastructure; despite the non-whitelisted host, this is a standard and trusted distribution method for official binaries.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source downloads a Dart SDK release from Google's official storage domain, which is the project's legitimate release infrastructure; despite the non-whitelisted host, this is a standard and trusted distribution method for official binaries.
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
source=(dartsdk-linux-x64-release-${pkgver}.zip::"https://storage.googleapis.com/dart-archive/channels/dev/release/${pkgver//_/-}/sdk/dartsdk-linux-x64-release.zip")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: KlarkKable <KlarkKable at protonmail dot com>
2
pkgname=dart-sdk-dev
3
pkgver=3.14.0_75.0.dev
4
pkgrel=1
5
pkgdesc="The official Dart sdk from dart-lang project (Development branch)"
6
arch=('x86_64')
7
url="https://www.dartlang.org/tools/sdk/archive"
8
license=('custom')
9
depends=('unzip')
10
conflicts=('dart')
11
provides=('dart=$pkgver')
12
source=(dartsdk-linux-x64-release-${pkgver}.zip::"https://storage.googleapis.com/dart-archive/channels/dev/release/${pkgver//_/-}/sdk/dartsdk-linux-x64-release.zip")
13
sha256sums=('09ce1eb86e7dada28ea1868ec568002104ebf3019ff7042a0ecdb2f05608cc6d')
14
15
package() {
16
# Uncompressed name is "dart-sdk" not "dart-sdk-dev"
17
cd $srcdir/dart-sdk
18
19
# Install Application
20
install -d $pkgdir/{opt/$pkgname,usr/bin}
21
cp -a . $pkgdir/opt/$pkgname
22
for f in "$pkgdir"/opt/$pkgname/bin/*; do
23
ln -s /opt/$pkgname/bin/${f##*/} "$pkgdir"/usr/bin/
24
done
25
26
chmod -R ugo+rX $pkgdir/opt
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ #Maintainer: KlarkKable <KlarkKable at protonmail dot com> pkgname=dart-sdk-dev-pkgver=3.14.0_52.0.dev+pkgver=3.14.0_75.0.dev pkgrel=1 pkgdesc="The official Dart sdk from dart-lang project (Development branch)" arch=('x86_64')@@ -10,7 +10,7 @@ conflicts=('dart') provides=('dart=$pkgver') source=(dartsdk-linux-x64-release-${pkgver}.zip::"https://storage.googleapis.com/dart-archive/channels/dev/release/${pkgver//_/-}/sdk/dartsdk-linux-x64-release.zip")-sha256sums=('1813b87e195dafb3d46acac74e1c8d396a2c7a3ce0dd831822b2241a19991821')+sha256sums=('09ce1eb86e7dada28ea1868ec568002104ebf3019ff7042a0ecdb2f05608cc6d') package() { # Uncompressed name is "dart-sdk" not "dart-sdk-dev"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 01:17:03 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 01:40:32 | MEDIUM | 1 |
| 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 01:18:42 | MEDIUM | 1 |
| 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 |