xcircuit-git
LOW
maintainer bidulock
3 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The non-standard host hosts only a small GIF icon file, which is converted to PNG and installed as a static icon; it is not executable code and poses minimal risk even if tampered with.
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 non-standard host hosts only a small GIF icon file, which is converted to PNG and installed as a static icon; it is not executable code and poses minimal risk even if tampered with.
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
"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
3
pkgname=xcircuit-git
4
_pkgname=xcircuit
5
pkgver=3.10.30.r0.gadc6bf9
6
_pkgver=3.10
7
pkgrel=1
8
pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams (development version)"
9
arch=('x86_64' 'i686')
10
url="http://opencircuitdesign.com/xcircuit"
11
license=('GPL2')
12
depends=('tk' 'libxpm' 'zlib' 'cairo')
13
makedepends=('git' 'chrpath' 'imagemagick')
14
source=($pkgname::git+https://github.com/RTimothyEdwards/XCircuit.git#tag=3.10.30
15
"xcircuit.desktop"
16
"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif")
17
sha256sums=('SKIP'
18
'3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
19
'8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
20
provides=($_pkgname=${pkgver%%.r*}-${pkgrel})
21
conflicts=($_pkgname)
22
23
pkgver() {
24
cd $pkgname
25
git describe --tags --long|sed -r 's,^([^-]*)-([0-9]*)-(g.*),\1.r\2.\3,'
26
}
27
28
prepare() {
29
cd $pkgname
30
autoreconf -fiv
31
}
32
33
build() {
34
cd $pkgname
35
./configure \
36
--prefix=/usr \
37
--mandir=/usr/share/man \
38
--with-cairo \
39
--with-tcl=/usr/lib \
40
--with-tk=/usr/lib
41
make ACLOCAL=aclocal AUTOMAKE=automake
42
}
43
44
package() {
45
cd "$srcdir"
46
install -Dm0644 xcircuit.desktop "$pkgdir/usr/share/applications/xcircuit.desktop"
47
cd $pkgname
48
make DESTDIR="$pkgdir" install
49
mkdir -p "$pkgdir/usr/share/man/man1"
50
mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"
51
rm -rf "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"
52
chrpath -d "$pkgdir/usr/lib/xcircuit-${_pkgver}/xcircexec"
53
convert +set date:create +set date:modify ../xcicon_sm.gif xcircuit.png
54
install -Dm0644 xcircuit.png "$pkgdir/usr/share/icons/xcircuit.png"
55
}
56
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 |