devin-cli-bin
Prebuilt binary downloaded from static.devin.ai, which is plausibly the official Cognition/Devin infrastructure (matching the project's own domain devin.ai), with pinned sha256 checksums; the main concern is that it's a closed-source prebuilt binary, but the source host appears to be the vendor's own CDN rather than an unrelated swappable host.
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 70%): Prebuilt binary downloaded from static.devin.ai, which is plausibly the official Cognition/Devin infrastructure (matching the project's own domain devin.ai), with pinned sha256 checksums; the main concern is that it's a closed-source prebuilt binary, but the source host appears to be the vendor's own CDN rather than an unrelated swappable host.
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:13
source_x86_64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-x86_64-unknown-linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Max <max@swk-web.com>
pkgname=devin-cli-bin
pkgver=3000.10.27
pkgrel=1
pkgdesc="Command-line interface for Devin, Cognition's AI software engineer"
arch=('x86_64' 'aarch64')
url="https://devin.ai"
license=('custom')
provides=('devin-cli')
conflicts=('devin-cli')
options=('!strip' '!debug')
source_x86_64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-x86_64-unknown-linux.tar.gz")
sha256sums_x86_64=('f6516dc32b8c2d6739931e6727759bd33e731b25d3806c2f37b8fb395c205099')
source_aarch64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-aarch64-unknown-linux.tar.gz")
sha256sums_aarch64=('c59c813723a91553041cd284ed68a655eef5c49ed046cbdd86905101832e160c')
package() {
install -Dm755 "${srcdir}/bin/devin" "${pkgdir}/usr/bin/devin"
if [ -d "${srcdir}/share/man/man1" ]; then
install -d "${pkgdir}/usr/share/man/man1"
install -m644 "${srcdir}"/share/man/man1/*.1 "${pkgdir}/usr/share/man/man1/"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 19:23:27 | Low | 3 |
| 2026-09-15 19:20:17 | Medium | 2 |