sony-tracker

maintainer kdani3 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on the project's own GitHub repository, 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 source hosted on the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: k.dani3 151220639+kdani3@users.noreply.github.com
2pkgname=sony-tracker
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Linux head tracker for compatible Sony headphones, streams to OpenTrack over UDP"
6arch=('x86_64')
7url="https://github.com/kdani3/SonyTrackerLinux"
8license=('MIT')
9depends=('glibc')
10makedepends=('gcc' 'make')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "SonyTrackerLinux-$pkgver"
16 make
17}
18
19package() {
20 cd "SonyTrackerLinux-$pkgver"
21 install -Dm755 sony-tracker "$pkgdir/usr/bin/sony-tracker"
22 install -Dm644 71-sony-head-tracker.rules "$pkgdir/usr/lib/udev/rules.d/71-sony-head-tracker.rules"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
25}

Scan history

Scanned at (UTC)SeverityRules
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 23:26: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