softie
LOW
maintainer foxinwinter
0 votes
scanned 2026-08-29 07:38:41.750184
Why flagged
The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: foxinwinter <fox@foxie.dev>
2
pkgname=softie
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Kawaii self-care desktop companion: water/stretch/affirmation/focus reminders"
6
arch=('any')
7
url="https://github.com/pawprnt/softie"
8
license=('MIT')
9
depends=('python' 'python-pyside6')
10
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
11
source=("git+https://github.com/pawprnt/softie.git#tag=v$pkgver")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "$pkgname"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 "aur/softie.desktop" "$pkgdir/usr/share/applications/softie.desktop"
23
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 07:38:41 | Low | 2 |