naconnect
maintainer aperez
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from a web archive and a personal ANL domain for a header file; both are used to build the project from its own historical source, and the header is a standard utility file, not executable code.
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 source code from a web archive and a personal ANL domain for a header file; both are used to build the project from its own historical source, and the header is a standard utility file, not executable code.
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:11
'http://www.mcs.anl.gov/~kazutomo/list/list.h')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
2
pkgname=naconnect
3
pkgdesc='ncurses-based ALSA MIDI sequencer connection manager'
4
pkgver=85
5
pkgrel=3
6
url=http://web.archive.org/web/20160402080632/http://nedko.arnaudov.name/soft/naconnect/
7
arch=(x86_64)
8
license=(GPL2)
9
depends=(alsa-lib ncurses)
10
source=("${url}/${pkgname}-r${pkgver}.tar.bz2"
11
'http://www.mcs.anl.gov/~kazutomo/list/list.h')
12
sha512sums=('90bb5e4861668d4accbf51f8c06690d29498f8cc206cd82e008def185807d1ea53f84ff5370bd88ae2162976c198b27f30abecf036bbdc3286ecc694fbbe6c3a'
13
'73412859e7daf786a53d446b0caec219783bede42a30a6e0f33b225b0281efdf7b07cd38a538579faa316e927d59e6ec5d140875813eeb60a132c41ad6a88cad')
14
15
prepare () {
16
# Overwrite the old Linux kernel list.h included in the package with
17
# a version known to work properly.
18
cp "${srcdir}/list.h" "${pkgname}-r${pkgver}/list.h"
19
}
20
21
build () {
22
cd "${pkgname}-r${pkgver}"
23
24
# Run compiler manually, the Makefile forces its own CFLAGS (sigh!)
25
gcc ${CFLAGS} ${LDFLAGS} -Wall -Wno-error=format-security -o naconnect naconnect.c -lncurses -lasound
26
}
27
28
package () {
29
cd "${pkgname}-r${pkgver}"
30
install -Dm755 naconnect "${pkgdir}/usr/bin/naconnect"
31
}
32
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 |