softie

LOW
maintainer foxinwinter 0 votes scanned 2026-08-29 07:38:41.750184
View on AUR
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>
2pkgname=softie
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Kawaii self-care desktop companion: water/stretch/affirmation/focus reminders"
6arch=('any')
7url="https://github.com/pawprnt/softie"
8license=('MIT')
9depends=('python' 'python-pyside6')
10makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
11source=("git+https://github.com/pawprnt/softie.git#tag=v$pkgver")
12sha256sums=('SKIP')
13
14build() {
15 cd "$pkgname"
16 python -m build --wheel --no-isolation
17}
18
19package() {
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)SeverityRules
2026-08-29 07:38:41 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion