freemarker
maintainer shadichy
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from an official Apache release source with a valid PGP signature; the only issue is a skipped checksum for the signature file, which is low risk given the trusted origin.
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 an official Apache release source with a valid PGP signature; the only issue is a skipped checksum for the signature file, which is low risk given the trusted origin.
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: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
2
pkgname=freemarker
3
pkgver=2.3.32
4
pkgrel=1
5
pkgdesc="a generic tool to generate text output based on templates"
6
arch=(any)
7
url=https://freemarker.apache.org/
8
license=(Apache)
9
depends=(java-runtime-headless)
10
makedepends=()
11
source=("https://downloads.apache.org/freemarker/engine/$pkgver/binaries/apache-freemarker-$pkgver-bin.tar.gz"{,.asc})
12
validpgpkeys=(
13
13AC2213964ABE1D1C147C0E1939A2520BAB1D90 # Daniel Dekany <ddekany@apache.org>
14
)
15
sha256sums=('13154d4dfd7cb8ca6f8afcb5fffcfc9f358d6967986707a9a81d450d5438ec86'
16
'SKIP')
17
18
package() {
19
cd $srcdir/apache-freemarker-$pkgver-bin
20
install -Dm644 freemarker.jar $pkgdir/usr/share/java/freemarker/freemarker.jar
21
}
22
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 |