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>
2pkgname=slang-verilog
3pkgver=7.0
4pkgrel=1
5epoch=
6pkgdesc="SystemVerilog Language Services"
7arch=('x86_64')
8url="https://github.com/MikePopoloski/slang"
9license=('MIT')
10groups=()
11depends=('fmt' 'catch2' 'boost' 'mimalloc')
12makedepends=('python' 'cmake' 'gcc' 'git')
13checkdepends=()
14optdepends=()
15provides=()
16conflicts=()
17replaces=()
18backup=()
19options=()
20install=
21changelog=
22source=("https://github.com/MikePopoloski/slang/archive/refs/tags/v$pkgver.tar.gz")
23noextract=()
24sha256sums=('66a9c1480781595c1c22fe9b9ee205c1eb621c129ed62b22e487bad41f43860c')
25validpgpkeys=()
26
27prepare() {
28 mkdir -p "$srcdir/slang-$pkgver/build"
29}
30
31build() {
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
37package() {
38 cd "$srcdir/slang-$pkgver/build"
39 make DESTDIR="$pkgdir/" install
40}
41

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 13:57:59 MEDIUM 1
2026-07-18 09:57:20 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion