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
2
pkgname=sony-tracker
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Linux head tracker for compatible Sony headphones, streams to OpenTrack over UDP"
6
arch=('x86_64')
7
url="https://github.com/kdani3/SonyTrackerLinux"
8
license=('MIT')
9
depends=('glibc')
10
makedepends=('gcc' 'make')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "SonyTrackerLinux-$pkgver"
16
make
17
}
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |