fvwm-crystal
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a theme from a source tarball hosted on SourceForge, which is a normal and expected source for such projects; the theme consists of non-executable data files, so even if the host were compromised, the worst-case impact is limited to cosmetic changes or local data tampering.
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 a theme from a source tarball hosted on SourceForge, which is a normal and expected source for such projects; the theme consists of non-executable data files, so even if the host were compromised, the worst-case impact is limited to cosmetic changes or local data tampering.
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: Eric Bélanger <eric@archlinux.org>
2
3
pkgname=fvwm-crystal
4
pkgver=3.4.1
5
pkgrel=3
6
pkgdesc="Transparent Themes for fvwm"
7
arch=('any')
8
url="http://fvwm-crystal.sourceforge.net/"
9
license=('GPL')
10
depends=('fvwm' 'imagemagick' 'feh' 'trayer' 'xdg-user-dirs' 'python2')
11
options=('!makeflags')
12
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
13
sha1sums=('afa5a8a2dbc0454c0809ed46a04cea7d17420fb0')
14
15
package() {
16
cd ${pkgname}-${pkgver}
17
make DESTDIR="${pkgdir}" prefix=/usr install
18
}
19
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 03:12:42 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |