sencha-cmd-6
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt installer from cdn.sencha.com, which is the official vendor's domain, making it a legitimate source despite not being on a whitelist; the installer is self-contained and used to install a commercial tool, with no evidence of malicious behavior or untrusted code execution.
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 prebuilt installer from cdn.sencha.com, which is the official vendor's domain, making it a legitimate source despite not being on a whitelist; the installer is self-contained and used to install a commercial tool, with no evidence of malicious behavior or untrusted code execution.
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
source_i686=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-i386.sh.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Philipp A. <flying-sheep@web.de>
2
# Contibutor: Mathieu OTHACEHE <m.othacehe@gmail.com>
3
4
pkgname=sencha-cmd-6
5
pkgver=6.7.0.63
6
pkgrel=2
7
pkgdesc='Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks'
8
url='https://www.sencha.com/products/extjs/cmd-download/'
9
arch=(i686 x86_64)
10
license=('custom: commercial')
11
depends=('java-runtime=8' ttf-font fontconfig)
12
provides=(sencha-cmd)
13
conflicts=(sencha-cmd sencha-cmd-5)
14
source_i686=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-i386.sh.zip")
15
source_x86_64=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-amd64.sh.zip")
16
sha512sums_i686=('537716c2f55a380d26a907d8ffa8b45a414bdb0c94faaa441c36c61717c750fb860d4f725d3d7d0be7a5b9378587a148b5c022f10988bd5df6a5b709ce9be51c')
17
sha512sums_x86_64=('1fc43ae016b0d38be15f49fd02b2f14d8e605f3ff1c09fb569f991eb665b4ccaaf90132cf7df0751d0c72fc04b10eda8b238d6a6d7002692640653827305cc90')
18
19
build() {
20
#tail -c 1397056 SenchaCmd-$pkgver.*-linux-amd64.sh > sfx_archive.tar.gz
21
bash SenchaCmd-$pkgver*-linux-amd64.sh -q \
22
-Dall=true \
23
-V'addToPath$Integer'=1 \
24
-dir "$srcdir/$pkgname-$pkgver"
25
}
26
27
package() {
28
install -d "$pkgdir/opt/Sencha"
29
mv "$pkgname-$pkgver" "$pkgdir/opt/Sencha/Cmd"
30
31
install -dm777 "$pkgdir/var/cache/sencha-repo"
32
ln -s /var/cache/sencha-repo "$pkgdir/opt/Sencha/repo"
33
34
install -d "$pkgdir/usr/bin/"
35
ln -s /opt/Sencha/Cmd/sencha "$pkgdir/usr/bin/sencha"
36
}
37
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 |