isleward
maintainer manuelitavelez
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate project source hosted on its official GitLab repository, and the only dependency is npm; the orphaned status is unrelated to the package's security.
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 a legitimate project source hosted on its official GitLab repository, and the only dependency is npm; the orphaned status is unrelated to the package's security.
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
pkgname=isleward
2
pkgver=0.23.0.2
3
pkgrel=1
4
pkgdesc="The moddable, multiplayer roguelike."
5
arch=('i686' 'x86_64')
6
url="https://gitlab.com/Isleward/isleward"
7
license=('custom')
8
depends=(npm)
9
source=(https://gitlab.com/Isleward/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
10
b2sums=('95fb0bcef35d5f912bacaf8a0fd8b4445976c52cb26fd6dfc38e7585b3d044ac93c6f46e93a9020d7a64d02c6043e7f13390da47d6175629563be9145a100aa8')
11
12
13
build (){
14
cd ${pkgname}-v${pkgver}/src/server/
15
npm install
16
}
17
18
19
package() {
20
mkdir -p "${pkgdir}/opt/${pkgname}"
21
cp -dpr --no-preserve=ownership ${pkgname}-v${pkgver}/src/server/* "${pkgdir}/opt/${pkgname}/"
22
}
23
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 19:16:23 | MEDIUM | 1 |
| 2026-07-30 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |