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"
4pkgname="${_pkgname}-git"
5pkgver=2.25.2.r0.gf80737a
6pkgrel=1
7pkgdesc="Run your bitrise.io automations offline"
8arch=('x86_64')
9url="https://www.bitrise.io/cli"
10_url="https://github.com/bitrise-io/${_pkgname}"
11license=('MIT')
12depends=('glibc')
13makedepends=('git' 'go')
14optdepends=('envman: manage Environment Variable collections'
15 'stepman: manage decentralized StepLib Step (script) collections')
16provides=("${_pkgname}=${pkgver%%.r*}")
17conflicts=("${_pkgname}")
18install="${_pkgname}.install"
19_pkgsrc="${_pkgname}"
20source=("${_pkgsrc}::git+${_url}.git")
21sha256sums=('SKIP')
22
23pkgver() {
24 cd "${srcdir}/${_pkgsrc}"
25 git describe --long --tags --abbrev=7 | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'
26}
27
28prepare() {
29 cd "${srcdir}/${_pkgsrc}"
30 mkdir -p "build"
31}
32
33build() {
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
48package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion