devin-cli-bin

LOW
maintainer aragon123 0 votes scanned 2026-09-15 19:23:27.701442
View on AUR
Why flagged

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

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 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)
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:13 source_x86_64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-x86_64-unknown-linux.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Max <max@swk-web.com>
2pkgname=devin-cli-bin
3pkgver=3000.10.27
4pkgrel=1
5pkgdesc="Command-line interface for Devin, Cognition's AI software engineer"
6arch=('x86_64' 'aarch64')
7url="https://devin.ai"
8license=('custom')
9provides=('devin-cli')
10conflicts=('devin-cli')
11options=('!strip' '!debug')
12
13source_x86_64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-x86_64-unknown-linux.tar.gz")
14sha256sums_x86_64=('f6516dc32b8c2d6739931e6727759bd33e731b25d3806c2f37b8fb395c205099')
15
16source_aarch64=("https://static.devin.ai/cli/${pkgver}/devin-${pkgver}-aarch64-unknown-linux.tar.gz")
17sha256sums_aarch64=('c59c813723a91553041cd284ed68a655eef5c49ed046cbdd86905101832e160c')
18
19package() {
20 install -Dm755 "${srcdir}/bin/devin" "${pkgdir}/usr/bin/devin"
21
22 if [ -d "${srcdir}/share/man/man1" ]; then
23 install -d "${pkgdir}/usr/share/man/man1"
24 install -m644 "${srcdir}"/share/man/man1/*.1 "${pkgdir}/usr/share/man/man1/"
25 fi
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 19:23:27 Low 3
2026-09-15 19:20:17 Medium 2

Report a package

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

0 / 4000
Your suggestion