factorio-bin
maintainer ivyvanherstal
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate source on GitHub with verified checksums; the orphaned/re-adopted status is administrative and does not imply code risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a legitimate source on GitHub with verified checksums; the orphaned/re-adopted status is administrative and does not imply code risk.
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_pkgauthor=mcandre
4
_pkgname=factorio
5
pkgname=${_pkgname}-bin
6
pkgver=0.0.17
7
pkgrel=1
8
_pkgvername=v${pkgver}
9
pkgdesc="Go cross-compiler"
10
arch=('x86_64' 'i686' 'aarch64')
11
_barch=('amd64' '386' 'arm64')
12
url="https://github.com/${_pkgauthor}/${_pkgname}"
13
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
14
license=('BSD-2-Clause')
15
16
provides=("${_pkgname}")
17
depends=('glibc' 'gcc-libs')
18
conflicts=("${_pkgname}"{,-git})
19
20
source=("${_pkgname}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${pkgver}.tgz"
21
"README-${pkgver}.md::${_urlraw}/README.md"
22
"LICENSE-${pkgver}::${_urlraw}/LICENSE.md")
23
sha256sums=('2e7ffc0d82878836c6ef911e3399851d655c1d9558163bb5e58baca7f3e56a02'
24
'c2a0a2987682cddffdfad7a1795449d9f678494d24bc3faf9ad0844fdebf9df6'
25
'6add2b3f8c452746c586f4462b3e969fd202382dd5c5bf3378cb9ccc6825e047')
26
27
case ${CARCH} in
28
${arch[0]})
29
_CARCH="${_barch[0]}"
30
;;
31
${arch[1]})
32
_CARCH="${_barch[1]}"
33
;;
34
${arch[2]})
35
_CARCH="${_barch[2]}"
36
;;
37
esac
38
39
BIN_FOLDER="${_pkgname}-${pkgver}/linux/${_CARCH}"
40
41
package() {
42
cd "${srcdir}/" || exit
43
44
install -Dm755 "${BIN_FOLDER}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
45
46
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
47
48
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49
}
50
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |