toki-bin

LOW
maintainer wooparadog 0 votes scanned 2026-08-19 11:43:43.165444
View on AUR
Why flagged

Prebuilt binary downloaded from downloads.toki.com, which is plausibly the project's own official download infrastructure matching the declared url (toki.com); checksums are provided and non-SKIP, so the binary is verifiable at build time. The only concern is that 'downloads.toki.com' is not a well-known whitelisted host and the package has few votes, but there is no obfuscation, no exfiltration, and no redirection of official endpoints.

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 downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 75%): Prebuilt binary downloaded from downloads.toki.com, which is plausibly the project's own official download infrastructure matching the declared url (toki.com); checksums are provided and non-SKIP, so the binary is verifiable at build time. The only concern is that 'downloads.toki.com' is not a well-known whitelisted host and the package has few votes, but there is no obfuscation, no exfiltration, and no redirection of official endpoints.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:46 source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://downloads.toki.com/desktop/toki_${pkgver}_amd64.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: WooParadog <guohaochuan@gmail.com>
2
3pkgname=toki-bin
4pkgver=0.1.7
5pkgrel=1
6pkgdesc='AI scheduling agent desktop application'
7arch=('x86_64' 'aarch64')
8url='https://toki.com/'
9license=('unknown')
10depends=(
11 'alsa-lib'
12 'at-spi2-core'
13 'cairo'
14 'dbus'
15 'expat'
16 'glib2'
17 'glibc'
18 'gtk3'
19 'libcups'
20 'libdrm'
21 'libgcc'
22 'libnotify'
23 'libsecret'
24 'libx11'
25 'libxcomposite'
26 'libxdamage'
27 'libxext'
28 'libxfixes'
29 'libxkbcommon'
30 'libxrandr'
31 'libxss'
32 'libxtst'
33 'mesa'
34 'nspr'
35 'nss'
36 'pango'
37 'systemd-libs'
38 'util-linux-libs'
39 'xdg-utils'
40)
41optdepends=('libappindicator: system tray support')
42provides=("toki=${pkgver}")
43conflicts=('toki')
44options=('!strip')
45
46source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://downloads.toki.com/desktop/toki_${pkgver}_amd64.deb")
47source_aarch64=("${pkgname}-${pkgver}-aarch64.deb::https://downloads.toki.com/desktop/toki_${pkgver}_arm64.deb")
48noextract=(
49 "${pkgname}-${pkgver}-x86_64.deb"
50 "${pkgname}-${pkgver}-aarch64.deb"
51)
52sha256sums_x86_64=('8a5eaf45c800fe2b8362ace9c105dd0ea57fd5f2b57b63e20942766117928c79')
53sha256sums_aarch64=('8f01154beafee18b2ce99848580afae41bad28937c2238c6c2a98866b297a142')
54
55package() {
56 bsdtar -xOf "${srcdir}/${pkgname}-${pkgver}-${CARCH}.deb" data.tar.xz |
57 bsdtar -xf - -C "${pkgdir}"
58
59 install -d "${pkgdir}/usr/bin"
60 ln -s /opt/Toki/toki "${pkgdir}/usr/bin/toki"
61}
62

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 11:43:43 Low 3
2026-08-19 11:41:55 Medium 3

Report a package

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

0 / 4000
Your suggestion