herdr-corral-bin
maintainer xifan
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs prebuilt binaries from the maintainer's GitHub releases, which is a common and generally acceptable practice; the aarch64 build lacks a checksum, but the source is still from a known project repository, and the installed files are standard executables without evidence of malicious intent.
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
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt binaries from the maintainer's GitHub releases, which is a common and generally acceptable practice; the aarch64 build lacks a checksum, but the source is still from a known project repository, and the installed files are standard executables without evidence of malicious intent.
PKGBUILD
1
# Maintainer: xifan <xifan2333@gmail.com>
2
pkgname=herdr-corral-bin
3
_pkgname=herdr-corral
4
pkgver=0.1.2
5
pkgrel=1
6
pkgdesc="VS Code-style terminal workbench plugin for Herdr (Explorer / SCM / GitHub)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/xifan2333/herdr-corral"
9
license=('MIT')
10
depends=('glib2')
11
optdepends=(
12
'herdr: launch as a left-docked sidebar plugin'
13
'github-cli: GitHub sidebar and detail client'
14
'nvim: owner-scoped editor / preview pane'
15
'imv: open GitHub attachment images from the detail client'
16
)
17
provides=('corral' 'herdr-corral')
18
conflicts=('corral' 'herdr-corral' 'herdr-corral-git')
19
options=(!strip)
20
source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v0.1.2/herdr-corral-0.1.2-x86_64.tar.xz")
21
source_aarch64=("${_pkgname}-${pkgver}-aarch64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v0.1.2/herdr-corral-0.1.2-aarch64.tar.xz")
22
sha256sums_x86_64=('fc24a5c8978d94f03fb132d364d5ffeef0ec5893d23e117c0e6999bb33c7ed87')
23
sha256sums_aarch64=('SKIP')
24
25
package() {
26
local tree="${srcdir}/${_pkgname}-${pkgver}-${CARCH}"
27
cd "${tree}"
28
29
install -Dm755 bin/corral "${pkgdir}/usr/bin/corral"
30
install -Dm755 bin/corral-diff "${pkgdir}/usr/bin/corral-diff"
31
install -Dm755 bin/corral-github "${pkgdir}/usr/bin/corral-github"
32
}
33
Changes since previous scan
--- PKGBUILD @ 2026-07-23 15:24+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: xifan <xifan2333@gmail.com> pkgname=herdr-corral-bin _pkgname=herdr-corral-pkgver=0.1.1+pkgver=0.1.2 pkgrel=1 pkgdesc="VS Code-style terminal workbench plugin for Herdr (Explorer / SCM / GitHub)" arch=('x86_64' 'aarch64')@@ -17,9 +17,9 @@ provides=('corral' 'herdr-corral') conflicts=('corral' 'herdr-corral' 'herdr-corral-git') options=(!strip)-source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.tar.xz")-source_aarch64=("${_pkgname}-${pkgver}-aarch64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v${pkgver}/${_pkgname}-${pkgver}-aarch64.tar.xz")-sha256sums_x86_64=('SKIP')+source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v0.1.2/herdr-corral-0.1.2-x86_64.tar.xz")+source_aarch64=("${_pkgname}-${pkgver}-aarch64.tar.xz::https://github.com/xifan2333/herdr-corral/releases/download/v0.1.2/herdr-corral-0.1.2-aarch64.tar.xz")+sha256sums_x86_64=('fc24a5c8978d94f03fb132d364d5ffeef0ec5893d23e117c0e6999bb33c7ed87') sha256sums_aarch64=('SKIP') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 23:26:18 | LOW | 2 |
| 2026-07-23 15:24:42 | LOW | 2 |