tailscode-git
LOW
maintainer guitaripod
0 votes
scanned 2026-08-24 11:22:50.619045
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>
2
pkgname=tailscode-git
3
_pkgname=tailscode
4
pkgver=1.24.r578.gf3c8ef6
5
pkgrel=1
6
pkgdesc="Coding agents over Tailscale — a GTK4 client for Claude Code and opencode (git)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/guitaripod/Tailscode"
9
license=('GPL-3.0-or-later')
10
depends=('gtk4' 'libadwaita' 'glib2' 'gdk-pixbuf2' 'libepoxy' 'vte4' 'mpv' 'webkitgtk-6.0'
11
'curl')
12
makedepends=('swift-bin' 'git')
13
optdepends=('tailscale: reach the machine your agent runs on')
14
provides=("$_pkgname")
15
conflicts=("$_pkgname")
16
source=("$_pkgname::git+$url.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
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
27
prepare() {
28
cd "$srcdir/$_pkgname/TailscodeLinux"
29
TAILSCODE_KIT_REMOTE=1 swift package resolve
30
}
31
32
build() {
33
cd "$srcdir/$_pkgname"
34
PREFIX=/usr scripts/package-linux.sh build
35
}
36
37
package() {
38
cd "$srcdir/$_pkgname"
39
PREFIX=/usr scripts/package-linux.sh install "$pkgdir"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 11:22:50 | Low | 2 |