techdoro-bin

MEDIUM
maintainer zxp19821005 0 votes scanned 2026-09-18 07:27:46.046490
View on AUR
Why flagged

The package downloads a prebuilt RPM from a GitHub release, which is an unverifiable binary artifact; if the source were swapped, it could lead to code execution, constituting a 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 90%): The package downloads a prebuilt RPM from a GitHub release, which is an unverifiable binary artifact; if the source were swapped, it could lead to code execution, constituting a supply-chain risk.

PKGBUILD

1# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2pkgname=techdoro-bin
3_pkgname=Techdoro
4pkgver=3.0.1
5pkgrel=1
6pkgdesc="A desktop Pomodoro timer with a to-do list."
7arch=('x86_64')
8url="https://github.com/Zelchi/techdoro"
9license=('LicenseRef-unknown')
10provides=("${pkgname%-bin}=${pkgver}")
11conflicts=("${pkgname%-bin}")
12depends=(
13 'gtk3'
14 'gdk-pixbuf2'
15 'webkit2gtk-4.1'
16)
17source=("${pkgname%-bin}-${pkgver}.rpm::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-1.x86_64.rpm")
18sha256sums=('02d60f5744edbf469917195d612933c9a56510325285a6c78fd21e7327d1ef8c')
19prepare() {
20 mv "${srcdir}/usr/share/icons/hicolor/256x256@2" "${srcdir}/usr/share/icons/hicolor/512x512"
21}
22package() {
23 install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
24 find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
25 _extension="${_i##*.}"
26 _icon_path="${_i#*share/icons/}"
27 _target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
28 install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
29 done
30 install -Dm644 "${srcdir}/usr/share/applications/${_pkgname//./}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 07:27:46 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