kumoworks
maintainer bazza
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The external download is an icon file from a plausible project-related host (TuxFamily, a known free software hosting provider), which is non-executable and used for desktop integration; the actual software is built from source hosted on the project's official GitHub repository.
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 external download is an icon file from a plausible project-related host (TuxFamily, a known free software hosting provider), which is non-executable and used for desktop integration; the actual software is built from source hosted on the project's official GitHub repository.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:42
curl https://download.tuxfamily.org/4232/icons/kumoworks.png > "${pkgdir}"/usr/share/pixmaps/kumoworks.png
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Bazza <bazza@riseup.net>
2
3
pkgname=('kumoworks')
4
pkgver=1.0.1
5
pkgrel=1
6
pkgdesc="KumoWorks is a cloud rendering tool for animation production."
7
provides=("storyboarder")
8
depends=('qt5-tools' )
9
makedepends=('cmake')
10
url='https://github.com/opentoonz/kumoworks'
11
arch=('x86_64')
12
source=("https://github.com/opentoonz/kumoworks/archive/refs/tags/v${pkgver}.zip")
13
md5sums=('d23c02b5529fc3623f46f4d2605160f8')
14
license=('BSD 3-Clause "New" or "Revised" License')
15
options=(!strip)
16
17
prepare(){
18
cd kumoworks-${pkgver}
19
sed -i 's/include <QPainter>/include <QPainter>\n#include <QPainterPath>/g' sources/*cpp
20
cp sources/RandomNumberGenerator.h sources/randomnumbergenerator.h
21
mkdir build
22
cd build
23
cmake ../sources/
24
make
25
echo "[Desktop Entry]
26
Name=KumoWorks
27
Exec=/opt/kumoworks/kumoworks
28
Icon=kumoworks
29
Type=Application
30
Terminal=false
31
StartupNotify=true
32
Categories=Graphics;" > "${srcdir}"/kumoworks-${pkgver}/kumoworks.desktop
33
}
34
35
package(){
36
mkdir -p "${pkgdir}"/usr/bin/
37
echo -e '#!/bin/sh\n/opt/kumoworks/kumoworks' > "${pkgdir}"/usr/bin/kumoworks
38
chmod 755 "${pkgdir}"/usr/bin/kumoworks
39
mkdir -p "${pkgdir}"/usr/share/applications/
40
mkdir -p "${pkgdir}"/usr/share/pixmaps/
41
mkdir -p "${pkgdir}"/opt/kumoworks/
42
curl https://download.tuxfamily.org/4232/icons/kumoworks.png > "${pkgdir}"/usr/share/pixmaps/kumoworks.png
43
cp "${srcdir}"/kumoworks-${pkgver}/kumoworks.desktop "${pkgdir}"/usr/share/applications/kumoworks.desktop
44
cp "${srcdir}"/kumoworks-${pkgver}/build/KumoWorks "${pkgdir}"/opt/kumoworks/kumoworks
45
}
46
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 |