ciwiki
maintainer lucianaesteves
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on SourceForge, which is not ideal but plausibly the project's official location; the source is verified with a matching md5sum, and only standard build/install steps are performed.
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 source hosted on SourceForge, which is not ideal but plausibly the project's official location; the source is verified with a matching md5sum, and only standard build/install steps are performed.
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
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
2
# Contributor: masutu <masutu dot arch at gmail dot com>
3
pkgname=ciwiki
4
pkgver=3.0.5
5
pkgrel=2
6
pkgdesc="Personnal or familly wiki with low ressource requirement."
7
arch=('i686' 'x86_64')
8
url="https://sourceforge.net/projects/ciwiki/"
9
license=('GPL')
10
depends=('bash' 'glibc')
11
source=(https://sourceforge.net/projects/ciwiki/files/ciwiki-$pkgver.tar.gz)
12
md5sums=('ab12779f45dd58054db0c66a24b157b9')
13
14
build() {
15
cd "$srcdir/$pkgname-$pkgver"
16
./configure --prefix=/usr
17
make
18
}
19
20
package() {
21
cd "$srcdir/$pkgname-$pkgver"
22
make DESTDIR="$pkgdir/" install
23
install -Dm 0644 README $pkgdir/usr/share/doc/$pkgname/README
24
}
25
26
# vim:set ts=2 sw=2 et:
27
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |