icestorm
CLEAN
maintainer salfter
0 votes
scanned 2026-09-02 00:02:31.333316
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>
4
pkgname=icestorm
5
pkgver=1.1
6
_git_commit=v${pkgver}
7
pkgrel=2
8
pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)"
9
arch=(x86_64)
10
url="https://github.com/YosysHQ/icestorm"
11
license=(ISC)
12
depends=(python libftdi-compat)
13
makedepends=(git clang)
14
provides=(icestorm)
15
conflicts=(icestorm)
16
source=("git+https://github.com/YosysHQ/icestorm.git")
17
sha256sums=('SKIP')
18
19
build() {
20
cd "${srcdir}/icestorm"
21
make PREFIX="/usr"
22
}
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-02 00:02:31 | Clean | 2 |
| 2026-09-01 21:49:23 | Low | 1 |