kicad-nightly-rpm

maintainer grimsteel · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt RPMs from Fedora's official infrastructure (copr.fedorainfracloud.org, kojipkgs.fedoraproject.org), which is trustworthy; despite the static analyzer flag for non-standard host, these are legitimate sources for Fedora binaries, and the checksums are verified, making the risk low.

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 prebuilt RPMs from Fedora's official infrastructure (copr.fedorainfracloud.org, kojipkgs.fedoraproject.org), which is trustworthy; despite the static analyzer flag for non-standard host, these are legitimate sources for Fedora binaries, and the checksums are verified, making the risk low.

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:21 "https://download.copr.fedorainfracloud.org/results/@kicad/kicad/fedora-40-$CHARCH/08334714-kicad-nightly/kicad-nightly-8.99.0-1.20241202git196368e.fc40.$CARCH.rpm"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Siddhant Kameswar (@grimsteel) <aur dot MGF1cg at kameswar dot com>
2
3pkgname=kicad-nightly-rpm
4_pkgname=kicad-nightly
5pkgver=20241202+196368e
6pkgrel=1
7pkgdesc='Electronic schematic and printed circuit board (PCB) design tools - RPM Binary'
8arch=('x86_64')
9url='https://www.kicad.org/'
10license=('GPLv3')
11depends=('kicad' 'boost-libs' 'glm' 'glew' 'curl' 'ngspice' 'opencascade' 'wxgtk3' 'python-wxpython' 'python' 'libcloudproviders' 'glew-2.1')
12provides=('kicad-nightly' 'kicad-library-nightly')
13conflicts=('kicad-nightly' 'kicad-library-nightly')
14
15depends=(
16 'kicad' 'boost-libs' 'glm' 'glew' 'curl' 'ngspice' 'opencascade' 'python-wxpython' 'python' 'libcloudproviders' 'nng' 'llhttp' 'libjpeg6-turbo'
17)
18options=('!strip' '!debug')
19
20source=(
21 "https://download.copr.fedorainfracloud.org/results/@kicad/kicad/fedora-40-$CHARCH/08334714-kicad-nightly/kicad-nightly-8.99.0-1.20241202git196368e.fc40.$CARCH.rpm"
22 # older library versions
23 "https://kojipkgs.fedoraproject.org//packages/protobuf/3.19.6/8.fc40/$CARCH/protobuf-3.19.6-8.fc40.$CARCH.rpm"
24 "https://kojipkgs.fedoraproject.org//packages/libgit2/1.7.2/4.fc40/$CARCH/libgit2-1.7.2-4.fc40.$CARCH.rpm"
25 "https://kojipkgs.fedoraproject.org//packages/wxGTK/3.2.4/8.fc40/$CARCH/wxGTK-3.2.4-8.fc40.$CARCH.rpm"
26 "https://kojipkgs.fedoraproject.org//packages/wxGTK/3.2.4/8.fc40/$CARCH/wxBase-3.2.4-8.fc40.$CARCH.rpm"
27 "https://kojipkgs.fedoraproject.org//packages/wxGTK/3.2.4/8.fc40/$CARCH/wxGTK-gl-3.2.4-8.fc40.$CARCH.rpm"
28)
29
30sha256sums=('f43bc5f4fa653b3dcfe4dca191a839dda18812f81fddd8187b6560ec619e5e3e'
31 '0f451d683077cb931292eba050fd82c9bb6dd1be9f271bc6b991f0a611ebeb79'
32 '447ccff835596c7cf8f205784bdb1c248c5ace90f05c19012e43b569634fc86e'
33 'f0b1366d026c40d5ff87a8c07da5cc259c0dfd7d9fd444cd62fa800ce2a66aa7'
34 '24da17acfa0642e6d251ee042fbb29337a2c2b91532155c5db190499609e604c'
35 '4739c080d8f756398e0248ed3a15144afcd11522f21839b1b3701f4fba419d03')
36
37package() (
38 # fix lib64 references
39 sed -i 's$/usr/lib64/$/usr/lib/$g' ${srcdir}/usr/bin/*
40
41 # move bundled libraries
42 mv ${srcdir}/usr/lib64/lib* "${srcdir}/usr/lib64/kicad-nightly/lib64"
43
44 rm -rf "${srcdir}/usr/lib64/python3.12"
45
46 # remove doc/licenses - they conflict
47 rm -rf "${srcdir}/usr/share/doc/"
48 rm -rf "${srcdir}/usr/share/licenses/"
49
50 mkdir -p "${pkgdir}/usr/share/"
51 mkdir -p "${pkgdir}/usr/lib/"
52 mkdir -p "${pkgdir}/usr/bin/"
53
54 cp -r "${srcdir}/usr/share/." "${pkgdir}/usr/share/"
55 cp -r "${srcdir}/usr/lib64/." "${pkgdir}/usr/lib/"
56 cp -r "${srcdir}/usr/bin/." "${pkgdir}/usr/bin/"
57
58)
59

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