invoiceplane
maintainer orphaned
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a project-specific zip file from a domain plausibly owned by the project (invoiceplane.org), used to install web application files; it is not an executable payload or remote code, and the worst case of a swapped source is limited to data or code tampering within the app itself, not system-level compromise.
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 source is a project-specific zip file from a domain plausibly owned by the project (invoiceplane.org), used to install web application files; it is not an executable payload or remote code, and the worst case of a swapped source is limited to data or code tampering within the app itself, not system-level compromise.
1 higher static finding 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:17
source=("${pkgname}-${pkgver}.zip::https://www.invoiceplane.org/download/v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Marcin Wieczorek <marcin@marcin.co>
2
# Contributor: Chester Wisniewski <chetw@zuzax.com>
3
# Contributor: Jonas Heinrich <onny@project-insanity.org>
4
# Contributor: Witit Sujjapong <switit@gmail.com>
5
# Contributor: tee <teeaur at duck dot com>
6
7
pkgname=invoiceplane
8
pkgver=1.6.3
9
pkgrel=1
10
pkgdesc='Self hosted invoicing for freelancers and small businesses'
11
arch=('any')
12
url='https://invoiceplane.com'
13
license=('MIT')
14
depends=('php')
15
#optdepends=('php-mysql: for MySQL database support')
16
options=(!strip)
17
source=("${pkgname}-${pkgver}.zip::https://www.invoiceplane.org/download/v${pkgver}")
18
sha256sums=('4a3d7b9d10a785ccd5add44a230d95aad588848e10eed47969f0008f371b9f24')
19
20
package() {
21
cd "${srcdir}"
22
install -dm755 "ip" "${pkgdir}/usr/share/webapps/invoiceplane"
23
install -Dm644 "ip/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
cp -a ip/* "${pkgdir}/usr/share/webapps/invoiceplane"
25
}
26
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 |