bitrise-git
maintainer lmartinez-mirror
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the official project Git repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag is administrative and does not imply malicious content.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project Git repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag is administrative and does not imply malicious content.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
3
_pkgname="bitrise"
4
pkgname="${_pkgname}-git"
5
pkgver=2.25.2.r0.gf80737a
6
pkgrel=1
7
pkgdesc="Run your bitrise.io automations offline"
8
arch=('x86_64')
9
url="https://www.bitrise.io/cli"
10
_url="https://github.com/bitrise-io/${_pkgname}"
11
license=('MIT')
12
depends=('glibc')
13
makedepends=('git' 'go')
14
optdepends=('envman: manage Environment Variable collections'
15
'stepman: manage decentralized StepLib Step (script) collections')
16
provides=("${_pkgname}=${pkgver%%.r*}")
17
conflicts=("${_pkgname}")
18
install="${_pkgname}.install"
19
_pkgsrc="${_pkgname}"
20
source=("${_pkgsrc}::git+${_url}.git")
21
sha256sums=('SKIP')
22
23
pkgver() {
24
cd "${srcdir}/${_pkgsrc}"
25
git describe --long --tags --abbrev=7 | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'
26
}
27
28
prepare() {
29
cd "${srcdir}/${_pkgsrc}"
30
mkdir -p "build"
31
}
32
33
build() {
34
cd "${srcdir}/${_pkgsrc}"
35
export CGO_CPPFLAGS="${CPPFLAGS}"
36
export CGO_CFLAGS="${CFLAGS}"
37
export CGO_CXXFLAGS="${CXXFLAGS}"
38
export CGO_LDFLAGS="${LDFLAGS}"
39
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
40
go build -o "build/${_pkgname}" .
41
}
42
43
# check() {
44
# cd "${srcdir}/${_pkgsrc}"
45
# go test ./...
46
# }
47
48
package() {
49
cd "${srcdir}/${_pkgsrc}"
50
install -Dm755 "build/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
51
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
52
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
53
}
54
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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |