icestorm

CLEAN
maintainer salfter 0 votes scanned 2026-09-02 00:02:31.333316
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from the official project repository, contains no remote code execution or untrusted binaries, and the source is openly auditable.

1 higher static finding superseded - not the current verdict (shown for transparency)
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Scott Alfter <scott@alfter.us>
2# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
3# Contributor: Sebastian Bøe <sebastianbooe@gmail.com>
4pkgname=icestorm
5pkgver=1.1
6_git_commit=v${pkgver}
7pkgrel=2
8pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)"
9arch=(x86_64)
10url="https://github.com/YosysHQ/icestorm"
11license=(ISC)
12depends=(python libftdi-compat)
13makedepends=(git clang)
14provides=(icestorm)
15conflicts=(icestorm)
16source=("git+https://github.com/YosysHQ/icestorm.git")
17sha256sums=('SKIP')
18
19build() {
20 cd "${srcdir}/icestorm"
21 make PREFIX="/usr"
22}
23
24package() {
25 cd "${srcdir}/icestorm"
26 make PREFIX="/usr" DESTDIR="${pkgdir}" install
27 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 00:02:31 Clean 2
2026-09-01 21:49:23 Low 1

Report a package

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

0 / 4000
Your suggestion