tackora-bin
The package installs a prebuilt binary from a .deb release hosted on GitHub, which is unverifiable and could be silently replaced; while GitHub is generally trusted, the binary is not built from source and originates from a personal project with few votes and recent upload, increasing supply-chain risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a .deb release hosted on GitHub, which is unverifiable and could be silently replaced; while GitHub is generally trusted, the binary is not built from source and originates from a personal project with few votes and recent upload, increasing supply-chain risk.
PKGBUILD
# Maintainer: anas1412 <anasbassoumi@gmail.com>
pkgname=tackora-bin
pkgver=0.3.1
pkgrel=1
pkgdesc="A Kanban board for your coding agents: every ticket is a Claude Code or OpenCode session"
arch=('x86_64')
url="https://anas1412.github.io/tackora/"
license=('MIT')
depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'dbus' 'git')
optdepends=('claude-code: Claude Code agent'
'github-cli: pull requests for worktree tickets')
provides=('tackora')
conflicts=('tackora')
options=('!strip' '!debug')
source=("https://github.com/anas1412/tackora/releases/download/v${pkgver}/Tackora_${pkgver}_amd64.deb"
'LICENSE')
sha256sums=('46d18f4a476faba5389fc541c513d01d05f8e189aa06241da709d2151882ba96'
'51f19ea24ca521fd6f8beb5b825112e06d5b7ae0a68d23dde6a52063cb1a3b53')
package() {
bsdtar -xf data.tar.gz -C "${pkgdir}"
# The .deb puts the 256px icon in a non-standard "256x256@2" folder.
mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
chmod 755 "${pkgdir}/usr/bin/tackora"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 19:40:47 | Medium | 2 |