inkscape-axidraw-bin
maintainer Auerhuhn
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a project-associated domain (evilmadscientist.com) which hosts official AxiDraw software; despite the non-whitelisted host, this is a legitimate project source, and the downloaded content is unpacked and installed as an Inkscape extension without executing remote code or introducing unverified binaries.
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 archive from a project-associated domain (evilmadscientist.com) which hosts official AxiDraw software; despite the non-whitelisted host, this is a legitimate project source, and the downloaded content is unpacked and installed as an Inkscape extension without executing remote code or introducing unverified binaries.
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:16
"https://cdn.evilmadscientist.com/dl/ad/public/${pkgver//./}/${_zipname}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
2
# Contributor: Alex Leray <alexandre@stdin.fr>
3
4
pkgname=inkscape-axidraw-bin
5
pkgver=3.9.5
6
_zipname="AxiDraw_${pkgver//./}_LinX86"
7
pkgrel=2
8
pkgdesc='Inkscape extension for Axidraw'
9
provides=('inkscape-axidraw' 'inkscape-eggbot')
10
conflicts=('inkscape-axidraw' 'inkscape-eggbot')
11
url='https://wiki.evilmadscientist.com/Axidraw_Software_Installation#Linux'
12
depends=('python' 'inkscape')
13
license=('GPL2')
14
arch=('x86_64')
15
source=(
16
"https://cdn.evilmadscientist.com/dl/ad/public/${pkgver//./}/${_zipname}.zip"
17
'github-pr-18.patch'
18
)
19
sha256sums=(
20
'd3d53e90dd92bf5e0e1a2042500996e1806bd933edcb839087dddcd6d31d783d'
21
'e6c68a3ad22362927dd0bec9da4b30a010606cf8ad110a7a77e29b8ec34eb9e7'
22
)
23
24
prepare() {
25
cd "${srcdir}/${_zipname}"
26
27
# Fix syntax warning dialog under Python 3.12
28
# See also:
29
# https://github.com/evil-mad/ink_extensions/pull/18
30
patch -p1 -d 'axidraw_deps' < ../github-pr-18.patch
31
}
32
33
package() {
34
echo >&2 'Packaging the Inkscape extension'
35
mkdir -p "${pkgdir}/usr/share/inkscape/extensions"
36
cp -R --preserve=mode -T "${srcdir}/${_zipname}" \
37
"${pkgdir}/usr/share/inkscape/extensions/axidraw"
38
39
echo >&2 'Packaging the license of included SVG fonts'
40
install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
41
"${srcdir}/${_zipname}/svg_fonts/OFL.txt"
42
}
43
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 |