datawire-forge
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt executable from a project-owned S3 bucket, which is not on a standard host but plausibly official; the worst case of a swapped source is code execution, but the checksum and project association reduce 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt executable from a project-owned S3 bucket, which is not on a standard host but plausibly official; the worst case of a swapped source is code execution, but the checksum and project association reduce risk.
2 higher static findings superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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
"forge::https://s3.amazonaws.com/datawire-static-files/forge/${pkgver}/forge"
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 offending line(s) highlighted
1
# Maintainer: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
2
3
pkgname=datawire-forge
4
pkgver=0.4.15
5
pkgrel=2
6
pkgdesc="Define and run multi-container apps in Kubernetes http://forge.sh"
7
arch=('x86_64' 'i686')
8
url="https://forge.sh/"
9
license=('Apache')
10
depends=('python2>=2.7' 'python2<2.8' 'glibc')
11
source_x86_64=(
12
"forge::https://s3.amazonaws.com/datawire-static-files/forge/${pkgver}/forge"
13
)
14
sha256sums_x86_64=(
15
'4c2bbb524a359d74f0f4bf7232b543674830b1d713296c3b3924104ccc701b51'
16
)
17
options=(!strip)
18
19
package() {
20
mkdir -p "${pkgdir}/usr/bin"
21
install -m755 -t "${pkgdir}/usr/bin/" forge
22
}
23
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 01:56:03 | MEDIUM | 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 |