wyrwood-bin
maintainer wyrd-company
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
Prebuilt binaries downloaded from a non-standard personal/company domain (repo.wyrd.foo) unrelated to the stated GitHub project; while checksums are provided, the host is not the project's official GitHub release infrastructure and could be silently swapped, making this an unverifiable prebuilt executable from a potentially swappable host.
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/wyrwood/0.1.0/wyrwood_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 binaries downloaded from a non-standard personal/company domain (repo.wyrd.foo) unrelated to the stated GitHub project; while checksums are provided, the host is not the project's official GitHub release infrastructure and could be silently swapped, making this an unverifiable prebuilt executable from a potentially swappable host.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Wyrd Company <support@wyrd.company>
2
pkgname='wyrwood-bin'
3
pkgver='0.1.0'
4
pkgrel=1
5
pkgdesc='Filtered SSH-agent endpoints for containers'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/wyrd-company/wyrwood'
8
license=('Apache-2.0')
9
provides=('wyrwood')
10
conflicts=('wyrwood')
11
options=('!strip')
12
source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://repo.wyrd.foo/artifacts/wyrwood/0.1.0/wyrwood_0.1.0_linux_x86_64.tar.gz")
13
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::https://repo.wyrd.foo/artifacts/wyrwood/0.1.0/wyrwood_0.1.0_linux_aarch64.tar.gz")
14
sha256sums_x86_64=('563af8535bbdbcdbc0ce86ae980b9f60419aeeebb9b57a52055d32d243ed364b')
15
sha256sums_aarch64=('2ee1471911c835b4689453fcff41cb92d7fdcdf867b06a49b11b3b05797bf56e')
16
17
package() {
18
install -Dm755 "${srcdir}/wyrwood" "${pkgdir}/usr/bin/wyrwood"
19
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20
install -Dm644 "${srcdir}/README.md" "${pkgdir}/usr/share/doc/wyrwood/README.md"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 3 |
| 2026-08-02 00:16:08 | MEDIUM | 3 |
| 2026-08-01 00:11:18 | MEDIUM | 3 |
| 2026-07-31 00:14:10 | MEDIUM | 3 |
| 2026-07-30 00:17:23 | MEDIUM | 3 |
| 2026-07-29 00:25:53 | MEDIUM | 3 |
| 2026-07-28 00:07:28 | MEDIUM | 3 |
| 2026-07-27 00:24:32 | MEDIUM | 3 |
| 2026-07-26 00:07:32 | MEDIUM | 3 |
| 2026-07-25 00:13:44 | MEDIUM | 3 |
| 2026-07-24 00:02:28 | MEDIUM | 3 |
| 2026-07-23 01:24:13 | MEDIUM | 3 |
| 2026-07-23 01:22:21 | MEDIUM | 3 |