cmakeed
maintainer snack
· 26 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt zip from a non-whitelisted but project-associated Cloudsmith host; however, it installs only Eclipse plugin files (features/plugins) and does not execute remote code or exfiltrate data.
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 package downloads a prebuilt zip from a non-whitelisted but project-associated Cloudsmith host; however, it installs only Eclipse plugin files (features/plugins) and does not execute remote code or exfiltrate data.
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:13
source=("https://dl.cloudsmith.io/public/15knots/p2-zip/raw/files/CMakeEd-${pkgver}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Nicola Mori <nicolamori (at) aol (dot) com>
2
# Contributor: Sven Schneider <archlinux.sandmann (at) googlemail (dot) com>
3
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
4
5
pkgname=cmakeed
6
pkgver=1.29.0
7
pkgrel=1
8
pkgdesc="CMake plugin for Eclipse"
9
arch=('any')
10
url="https://github.com/15knots/cmakeed"
11
license=('EPL')
12
depends=('eclipse-cpp-bin')
13
source=("https://dl.cloudsmith.io/public/15knots/p2-zip/raw/files/CMakeEd-${pkgver}.zip")
14
noextract=()
15
md5sums=('7114c2ba1c5c5b9e9a862bb417a3ef6f')
16
17
package() {
18
19
_dest="${pkgdir}/usr/lib/eclipse/dropins/${pkgname}/eclipse"
20
21
install -d ${_dest}
22
23
cp -a "features" ${_dest}
24
cp -a "plugins" ${_dest}
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-06-20 16:03+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com> pkgname=cmakeed-pkgver=1.28.0+pkgver=1.29.0 pkgrel=1 pkgdesc="CMake plugin for Eclipse" arch=('any')@@ -12,7 +12,7 @@ depends=('eclipse-cpp-bin') source=("https://dl.cloudsmith.io/public/15knots/p2-zip/raw/files/CMakeEd-${pkgver}.zip") noextract=()-md5sums=('3392e776ed04b08533cd97a91ac24744')+md5sums=('7114c2ba1c5c5b9e9a862bb417a3ef6f') package() { 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 07:13:42 | MEDIUM | 1 |
| 2026-06-20 16:03:41 | CLEAN | 2 |
| 2026-06-20 00:50:07 | MEDIUM | 2 |
| 2026-06-20 00:18:46 | MEDIUM | 2 |
| 2026-06-19 23:51:18 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | MEDIUM | 2 |