watch-unlock-linux

maintainer Shad0wsDieThrice · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from a public git repository with a SKIP'd checksum, but sources are Python scripts and a systemd service installed to standard paths; no untrusted prebuilt binaries or remote code execution.

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 a public git repository with a SKIP'd checksum, but sources are Python scripts and a systemd service installed to standard paths; no untrusted prebuilt binaries or remote code execution.

PKGBUILD

1# Maintainer: Lunar King
2# All credit goes to DavidSt49 for source code
3pkgname=watch-unlock-linux
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Unlock your Linux session automatically with your Apple Watch via Bluetooth LE"
7arch=('any')
8url="https://github.com/DavidSt49/watch-unlock-linux"
9license=('MIT')
10depends=('python' 'python-cryptography' 'bluez' 'bluez-utils')
11makedepends=('git')
12backup=('etc/watch-unlock-linux/irk')
13install=watch-unlock-linux.install
14source=("${pkgname}::git+https://github.com/DavidSt49/watch-unlock-linux.git")
15sha256sums=('SKIP')
16
17package() {
18 cd "$srcdir/$pkgname"
19
20 install -Dm755 unlock_daemon.py "$pkgdir/opt/watch-unlock-linux/unlock_daemon.py"
21 install -Dm755 debug_rssi.py "$pkgdir/opt/watch-unlock-linux/debug_rssi.py"
22
23 install -Dm644 apple-watch-unlock.service \
24 "$pkgdir/usr/lib/systemd/system/apple-watch-unlock.service"
25
26 install -dm700 "$pkgdir/etc/watch-unlock-linux"
27 install -Dm600 <(echo "YOUR_IRK_HEX") "$pkgdir/etc/watch-unlock-linux/irk"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 09:32:18 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