toha-bin

MEDIUM
maintainer wyrd-company 0 votes scanned 2026-09-27 05:17:38.532832
View on AUR
Why flagged

Prebuilt binary downloaded from a non-standard personal/company domain (repo.wyrd.foo) unrelated to the project's official GitHub release infrastructure, making it silently swappable; checksums are present but the host is not the project's own GitHub release assets.

Triggered rules

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:12 source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://repo.wyrd.foo/artifacts/toha/0.1.0/toha_0.1.0_linux_x86_64.tar.gz")
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 llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Prebuilt binary downloaded from a non-standard personal/company domain (repo.wyrd.foo) unrelated to the project's official GitHub release infrastructure, making it silently swappable; checksums are present but the host is not the project's own GitHub release assets.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Wyrd Company <support@wyrd.company>
2pkgname='toha-bin'
3pkgver='0.1.0'
4pkgrel=1
5pkgdesc='Generate projects and files from templates'
6arch=('x86_64' 'aarch64')
7url='https://github.com/wyrd-company/toha'
8license=('Apache-2.0')
9provides=('toha')
10conflicts=('toha')
11options=('!strip')
12source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://repo.wyrd.foo/artifacts/toha/0.1.0/toha_0.1.0_linux_x86_64.tar.gz")
13source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://repo.wyrd.foo/artifacts/toha/0.1.0/toha_0.1.0_linux_aarch64.tar.gz")
14sha256sums_x86_64=('6ff38c2a7947e699e20932117da0e5f70062fa0465127f96b5690694eb66794f')
15sha256sums_aarch64=('bf92809313b2daa84a438422d70e793a884afeeaa60dab5c2c0135682f4e6382')
16
17package() {
18 install -Dm755 "${srcdir}/toha" "${pkgdir}/usr/bin/toha"
19 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20 install -Dm644 "${srcdir}/README.md" "${pkgdir}/usr/share/doc/toha/README.md"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 05:17:38 Medium 3
2026-09-27 05:16:52 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