slang-verilog
maintainer ppalazon
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own source on GitHub, which is a normal AUR practice; the recent orphan re-adoption is a metadata flag with no inherent security risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own source on GitHub, which is a normal AUR practice; the recent orphan re-adoption is a metadata flag with no inherent security risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Jordan Rudess <jrudess@gmail.com>
2
pkgname=slang-verilog
3
pkgver=7.0
4
pkgrel=1
5
epoch=
6
pkgdesc="SystemVerilog Language Services"
7
arch=('x86_64')
8
url="https://github.com/MikePopoloski/slang"
9
license=('MIT')
10
groups=()
11
depends=('fmt' 'catch2' 'boost' 'mimalloc')
12
makedepends=('python' 'cmake' 'gcc' 'git')
13
checkdepends=()
14
optdepends=()
15
provides=()
16
conflicts=()
17
replaces=()
18
backup=()
19
options=()
20
install=
21
changelog=
22
source=("https://github.com/MikePopoloski/slang/archive/refs/tags/v$pkgver.tar.gz")
23
noextract=()
24
sha256sums=('66a9c1480781595c1c22fe9b9ee205c1eb621c129ed62b22e487bad41f43860c')
25
validpgpkeys=()
26
27
prepare() {
28
mkdir -p "$srcdir/slang-$pkgver/build"
29
}
30
31
build() {
32
cd "$srcdir/slang-$pkgver/build"
33
cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=True ..
34
make VERBOSE=1
35
}
36
37
package() {
38
cd "$srcdir/slang-$pkgver/build"
39
make DESTDIR="$pkgdir/" install
40
}
41
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 13:57:59 | MEDIUM | 1 |
| 2026-07-18 09:57:20 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |