cenon
The package downloads source code and documentation from the project's own domain (cenon.zone), which is not on the whitelist but plausibly official; building from own-source is normal for AUR packages, and the worst case of a swapped source is limited to code execution during build, which is expected behavior.
Triggered rules
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 source code and documentation from the project's own domain (cenon.zone), which is not on the whitelist but plausibly official; building from own-source is normal for AUR packages, and the worst case of a swapped source is limited to code execution during build, which is expected behavior.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=("http://www.cenon.zone/download/source/Cenon-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=cenon
pkgver=4.0.2
_libver=4.0.0
pkgrel=2
pkgdesc="GNUstep vector editor for EPS, DXF, Gerber, HPGL. Includes docs and examples."
arch=('i686' 'x86_64')
url="http://www.cenon.info"
license=('custom:vhfPL')
depends=('gnustep-base' 'gnustep-gui')
makedepends=('gnustep-make' 'gcc-objc')
options=('!strip')
source=("http://www.cenon.zone/download/source/Cenon-$pkgver.tar.bz2"
"http://www.cenon.zone/download/source/CenonLibrary-$_libver-1.tar.bz2"
"http://www.cenon.zone/download/doc/Cenon-4.0_gb.pdf"
gcc47.patch)
md5sums=('ba6519d09106a250cbec72b28f970bbc'
'5d7542f054b4ac3eb630c360d3752aa8'
'SKIP'
'015e2c1538788eb42c1320353a2da6e5')
prepare() {
cd "$srcdir/Cenon"
patch -p1 VHFShared/vhfCompatibility.h "$srcdir/gcc47.patch"
sed -i 's|Diff((VFloat)|Diff((float)|' TileScrollView.m
sed -i 's|(VFloat)\[\[resPopupListButton|[[resPopupListButton|' TileScrollView.m
sed -i 's|\[\[resPopupListButton|[(TileScrollView*)[resPopupListButton|' TileScrollView.m
}
build() {
cd "$srcdir/Cenon"
export CFLAGS="$CFLAGS -g"
export CXXFLAGS="$CXXFLAGS -g"
make GNUSTEP_MAKEFILES="/usr/share/GNUstep/Makefiles/" \
GNUSTEP_LOCAL_LIBRARY="/usr/lib/GNUstep/Libraries/" \
GNUSTEP_LOCAL_APPS="/usr/share/"
}
package() {
cd "$srcdir/Cenon"
install -d "$pkgdir/usr/lib/GNUstep/Libraries/"
install -d "$pkgdir/usr/share/"
sed -i 's/chmod/#&/' GNUmakefile.postamble
sed -i 's/cp/#&/' GNUmakefile.postamble
make DESTDIR="$pkgdir" \
GNUSTEP_MAKEFILES="/usr/share/GNUstep/Makefiles/" \
GNUSTEP_LOCAL_LIBRARY="$pkgdir/usr/lib/GNUstep/Libraries/" \
GNUSTEP_LOCAL_APPS="/usr/share/" \
install
chmod -R ugo+rX "$pkgdir"/usr/share/Cenon.*
install -d "$pkgdir/usr/share/doc/cenon/"
# yeah, yeah. use install
cp -R Devices/ "$pkgdir/usr/share/doc/cenon/"
cp -R Documentation/ "$pkgdir/usr/share/doc/cenon/"
cp -R Examples/ "$pkgdir/usr/share/doc/cenon/"
cp -R Projects/ "$pkgdir/usr/share/doc/cenon/"
cp ../../Cenon-4.0_gb.pdf "$pkgdir/usr/share/doc/cenon/Documentation/"
# figure out how to fix the library path for real
#touch "$pkgdir/usr/bin/cenon"
#chmod +x "$pkgdir/usr/bin/cenon"
#echo "#!/bin/sh" >> "$pkgdir/usr/bin/cenon"
#echo "LD_LIBRARY_PATH=\"/usr/lib/GNUstep/Libraries\" Cenon" >> "$pkgdir/usr/bin/cenon"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |