plaid-cli
Prebuilt binary downloaded from releases.plaid.com, which is plausibly Plaid's own official release infrastructure matching the declared project URL (plaid.com); checksums are provided and pinned, so the main concern is just that it's a prebuilt binary from a non-whitelisted subdomain rather than any clear malicious behaviour.
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 releases.plaid.com, which is plausibly Plaid's own official release infrastructure matching the declared project URL (plaid.com); checksums are provided and pinned, so the main concern is just that it's a prebuilt binary from a non-whitelisted subdomain rather than any clear malicious behaviour.
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:12
source_x86_64=("https://releases.plaid.com/plaid-cli/releases/${_pkgver}/plaid-cli_${_pkgver}_linux_amd64.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ryein Goddard <ryein at live dot com>
pkgname=plaid-cli
_pkgver=20260507-4d1b0ca0
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc='CLI for the Plaid API'
arch=('x86_64' 'aarch64')
url='https://plaid.com/docs/resources/cli/'
license=('LicenseRef-Plaid')
options=('!strip' '!debug')
provides=('plaid')
source_x86_64=("https://releases.plaid.com/plaid-cli/releases/${_pkgver}/plaid-cli_${_pkgver}_linux_amd64.tar.gz")
source_aarch64=("https://releases.plaid.com/plaid-cli/releases/${_pkgver}/plaid-cli_${_pkgver}_linux_arm64.tar.gz")
sha256sums_x86_64=('6f8c13d16bdadb7e171920891eb148b1d7494ae76511ac20e37e79f2bf110fa5')
sha256sums_aarch64=('ac3b5c2bd39ef34dc61872aa0a3b86a0581526860f9c1a9bc5006fc3665178bf')
check() {
"$srcdir/plaid" --version | grep -Fq "$_pkgver"
}
package() {
install -Dm755 plaid "$pkgdir/usr/bin/plaid"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 03:46:41 | Low | 3 |
| 2026-08-31 03:44:41 | Medium | 2 |