wine-pixi
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a game data archive from a non-whitelisted but plausibly project-related host; the content is non-executable game assets and scripts managed by Wine, with no evidence of remote code execution or malicious behavior.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a game data archive from a non-whitelisted but plausibly project-related host; the content is non-executable game assets and scripts managed by Wine, with no evidence of remote code execution or malicious behavior.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:11
source=('http://www.wyrdysm.com/th15Stuf/Pixi_IGFv1.1.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Acidhub (contact at acidhub.click)
2
3
pkgname=wine-pixi
4
url='http://www.wyrdysm.com'
5
pkgdesc='Digipen Freshman Game - Showcase in IGF 2012'
6
pkgver=1.1
7
pkgrel=2
8
arch=('any')
9
license=('Free to use and share')
10
11
source=('http://www.wyrdysm.com/th15Stuf/Pixi_IGFv1.1.zip'
12
'LICENSE' 'pixi.desktop' 'pixi.png' 'pixi.sh')
13
14
sha256sums=('22542c8374fa944b697adf8508a670c828c150fc03a26d52eb7f3a8985355552'
15
'27635d4ed7740d185172f475ef14891c888127640a0f6bd73356bc4e2062ce03'
16
'7dce96e04e8050be92bdb0c0d4e545233e80469a8bc6ae26adde87052fd20db5'
17
'403332789d07391f6c1a8aa18b9d7a46a6051a8c2dcaf8c975007cf2b7a9ddef'
18
'74a17563882fce59ea22c3e9c4902062d97a8e66f09e9bfb25a6f131c0e20318')
19
20
depends=('wine' 'lib32-openal' 'lib32-libpng' 'lib32-mpg123')
21
22
23
package() {
24
cd "$scrdir"
25
install -Dm755 pixi.sh "$pkgdir"/usr/bin/pixi
26
install -Dm644 pixi.desktop "$pkgdir"/usr/share/applications/pixi.desktop
27
install -Dm644 pixi.png "$pkgdir"/usr/share/pixi/pixi.png
28
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/pixi/LICENSE
29
30
cp -rf Pixi_IGFv1.1/* "$pkgdir"/usr/share/pixi/
31
}
32
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 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |