tailscode-git

LOW
maintainer guitaripod 0 votes scanned 2026-08-24 11:22:50.619045
View on AUR
Why flagged

The package builds from source via Git and uses a SKIP'd checksum, but it compiles the project's own Swift code using standard build procedures; no remote code execution or untrusted binaries are involved.

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 via Git and uses a SKIP'd checksum, but it compiles the project's own Swift code using standard build procedures; no remote code execution or untrusted binaries are involved.

PKGBUILD

1# Maintainer: Marcus Ordoñez <guitaripod@gmail.com>
2pkgname=tailscode-git
3_pkgname=tailscode
4pkgver=1.24.r578.gf3c8ef6
5pkgrel=1
6pkgdesc="Coding agents over Tailscale — a GTK4 client for Claude Code and opencode (git)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/guitaripod/Tailscode"
9license=('GPL-3.0-or-later')
10depends=('gtk4' 'libadwaita' 'glib2' 'gdk-pixbuf2' 'libepoxy' 'vte4' 'mpv' 'webkitgtk-6.0'
11 'curl')
12makedepends=('swift-bin' 'git')
13optdepends=('tailscale: reach the machine your agent runs on')
14provides=("$_pkgname")
15conflicts=("$_pkgname")
16source=("$_pkgname::git+$url.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$srcdir/$_pkgname"
21 local version
22 version=$(sed -n 's/.*static let current = "\([^"]*\)".*/\1/p' \
23 TailscodeLinux/Sources/TailscodeLinux/TailscodeVersion.swift | head -1)
24 printf "%s.r%s.g%s" "$version" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25}
26
27prepare() {
28 cd "$srcdir/$_pkgname/TailscodeLinux"
29 TAILSCODE_KIT_REMOTE=1 swift package resolve
30}
31
32build() {
33 cd "$srcdir/$_pkgname"
34 PREFIX=/usr scripts/package-linux.sh build
35}
36
37package() {
38 cd "$srcdir/$_pkgname"
39 PREFIX=/usr scripts/package-linux.sh install "$pkgdir"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 11:22:50 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