tackora-bin

MEDIUM
maintainer anas1412 0 votes scanned 2026-09-23 19:40:47.268111
View on AUR
Why flagged

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

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.

Medium AI review of an ambiguous pattern 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

1# Maintainer: anas1412 <anasbassoumi@gmail.com>
2pkgname=tackora-bin
3pkgver=0.3.1
4pkgrel=1
5pkgdesc="A Kanban board for your coding agents: every ticket is a Claude Code or OpenCode session"
6arch=('x86_64')
7url="https://anas1412.github.io/tackora/"
8license=('MIT')
9depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'dbus' 'git')
10optdepends=('claude-code: Claude Code agent'
11 'github-cli: pull requests for worktree tickets')
12provides=('tackora')
13conflicts=('tackora')
14options=('!strip' '!debug')
15source=("https://github.com/anas1412/tackora/releases/download/v${pkgver}/Tackora_${pkgver}_amd64.deb"
16 'LICENSE')
17sha256sums=('46d18f4a476faba5389fc541c513d01d05f8e189aa06241da709d2151882ba96'
18 '51f19ea24ca521fd6f8beb5b825112e06d5b7ae0a68d23dde6a52063cb1a3b53')
19
20package() {
21 bsdtar -xf data.tar.gz -C "${pkgdir}"
22 # The .deb puts the 256px icon in a non-standard "256x256@2" folder.
23 mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
24 chmod 755 "${pkgdir}/usr/bin/tackora"
25 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 19:40:47 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion