xcircuit-git
maintainer bidulock
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |