cevelop

maintainer marcelhuber · 11 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from the official project website (cevelop.com) which is not on the whitelist but is the project's own release infrastructure; the build process is standard and installs only project files, posing no execution of untrusted remote code or supply-chain risks.

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 the official project website (cevelop.com) which is not on the whitelist but is the project's own release infrastructure; the build process is standard and installs only project files, posing no execution of untrusted remote code or supply-chain risks.

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:22 source_x86_64=(https://www.cevelop.com/cevelop/downloads/cevelop-${pkgver}-${_srctimestamp}-linux.gtk.x86_64.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Marcel Huber <marcelhuberfoo@gmail.com>
2# Maintainer: Felix Morgner <felix.morgner@gmail.com>
3# Maintainer: Hansruedi Patzen <hp@revy.ch>
4
5pkgname=cevelop
6pkgver=1.14.1
7_srctimestamp=202002280945
8pkgrel=1
9pkgdesc="The C++ IDE for professional developers"
10license=('custom')
11arch=('x86_64')
12url='https://www.cevelop.com'
13makedepends=(gendesk libarchive)
14depends=('java-environment>=8' unzip "glibc>2.14" python)
15optdepends=(hicolor-icon-theme boost)
16provides=('cevelop')
17install=${pkgname}.install
18source=(cevelop.sh
19 LICENSE
20 https://github.com/Cevelop/cevelop.github.io/raw/master/img/logo-square-{16,32,48,256}.png
21 https://github.com/Cevelop/cevelop.github.io/raw/master/img/logo-square.svg)
22source_x86_64=(https://www.cevelop.com/cevelop/downloads/cevelop-${pkgver}-${_srctimestamp}-linux.gtk.x86_64.tar.gz)
23sha256sums=('65b469797c38ca09bc16bcb940138091def2d30079fa09028b8756c1040c5c85'
24 '578aea66235898a6f6d25420f5251b4df0e2a08be4302d9ab2a9e7e54359cb1b'
25 'e88728544af4f6924784cb2885f3d86d4bd5cceb918f8fc552126b3f93288830'
26 '7c31396b3facdf0a5ff57e2ee8a5ea0ff741955048e34116d4296ffa35e74218'
27 '98ab055ecde507b6603743ab40db3dfdb6d6b3b24cb5fff244982ae641d865a0'
28 'd99f2f3b58aef682fcab7d1cedf20fc4fc44152c6b964af49212a9e7f4d35def'
29 'ebd2b54d0487de845093cabda98d5e0977f436fc10d40f15d2cb1598084222e4')
30sha256sums_x86_64=('add937d0d72ef35a37e0fd146e608f587b218186b80f1f74cbd409c242f55ab3')
31
32prepare() {
33 gendesk -n --pkgname "$pkgname" \
34 --pkgdesc "Cevelop C++ IDE" --categories "Application;Development;IDE"
35}
36
37package() {
38 cd $srcdir
39 install -m755 -d $pkgdir/usr/{bin,share/applications,share/licences/,lib/$pkgname}
40 install -m755 -d $pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256,scalable}/apps
41 bsdtar cf - --cd $pkgname \
42 --exclude ./icon.xpm \
43 --exclude ./cevelop.desktop \
44 --exclude ./cevelop.sh . | bsdtar xf - --cd $pkgdir/usr/lib/$pkgname/
45 install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
46 install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
47 install -Dm644 "$pkgname/icon.xpm" "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
48 # OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
49 sed -i '/MaxPermSize/ d' "$pkgdir/usr/lib/$pkgname/cevelop.ini"
50 for _i in 16 32 48 256; do
51 install -Dm644 $srcdir/logo-square-${_i}.png \
52 "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/${pkgname}.png"
53 done
54 install -Dm644 $srcdir/logo-square.svg \
55 "$pkgdir/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
56 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
57}
58
59# vim: set ft=sh syn=sh ts=2 sw=2 et:
60

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion