toki-bin
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
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 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)
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# Maintainer: WooParadog <guohaochuan@gmail.com>
pkgname=toki-bin
pkgver=0.1.7
pkgrel=1
pkgdesc='AI scheduling agent desktop application'
arch=('x86_64' 'aarch64')
url='https://toki.com/'
license=('unknown')
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'expat'
'glib2'
'glibc'
'gtk3'
'libcups'
'libdrm'
'libgcc'
'libnotify'
'libsecret'
'libx11'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'libxss'
'libxtst'
'mesa'
'nspr'
'nss'
'pango'
'systemd-libs'
'util-linux-libs'
'xdg-utils'
)
optdepends=('libappindicator: system tray support')
provides=("toki=${pkgver}")
conflicts=('toki')
options=('!strip')
source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://downloads.toki.com/desktop/toki_${pkgver}_amd64.deb")
source_aarch64=("${pkgname}-${pkgver}-aarch64.deb::https://downloads.toki.com/desktop/toki_${pkgver}_arm64.deb")
noextract=(
"${pkgname}-${pkgver}-x86_64.deb"
"${pkgname}-${pkgver}-aarch64.deb"
)
sha256sums_x86_64=('8a5eaf45c800fe2b8362ace9c105dd0ea57fd5f2b57b63e20942766117928c79')
sha256sums_aarch64=('8f01154beafee18b2ce99848580afae41bad28937c2238c6c2a98866b297a142')
package() {
bsdtar -xOf "${srcdir}/${pkgname}-${pkgver}-${CARCH}.deb" data.tar.xz |
bsdtar -xf - -C "${pkgdir}"
install -d "${pkgdir}/usr/bin"
ln -s /opt/Toki/toki "${pkgdir}/usr/bin/toki"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 11:43:43 | Low | 3 |
| 2026-08-19 11:41:55 | Medium | 3 |