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
3
pkgname=watch-unlock-linux
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Unlock your Linux session automatically with your Apple Watch via Bluetooth LE"
7
arch=('any')
8
url="https://github.com/DavidSt49/watch-unlock-linux"
9
license=('MIT')
10
depends=('python' 'python-cryptography' 'bluez' 'bluez-utils')
11
makedepends=('git')
12
backup=('etc/watch-unlock-linux/irk')
13
install=watch-unlock-linux.install
14
source=("${pkgname}::git+https://github.com/DavidSt49/watch-unlock-linux.git")
15
sha256sums=('SKIP')
16
17
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 09:32:18 | LOW | 2 |