rescribe-ocr-wayland-bin
maintainer That1Calculator
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The binary is downloaded from the project's official domain (rescribe.xyz), which is plausibly controlled by the maintainer; the rest of the sources are data files from the project's GitHub repository, posing no execution 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 binary is downloaded from the project's official domain (rescribe.xyz), which is plausibly controlled by the maintainer; the rest of the sources are data files from the project's GitHub repository, posing no execution risk.
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:16
"rescribe::https://rescribe.xyz/rescribe/1.3.0/linux/wayland/rescribe"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
2
_pkgname="rescribe-ocr"
3
pkgname="$_pkgname-wayland-bin"
4
conflicts=(
5
"$_pkgname"
6
"$_pkgname-wayland-bin"
7
)
8
pkgver=1.3.0
9
pkgrel=1
10
pkgdesc="An easy-to-use desktop tool for performing OCR on image files, PDFs and Google Books (Wayland Build)"
11
arch=('x86_64')
12
url="https://rescribe.xyz/"
13
license=('GPL-3.0')
14
depends=('leptonica' 'tesseract')
15
source=(
16
"rescribe::https://rescribe.xyz/rescribe/1.3.0/linux/wayland/rescribe"
17
"https://raw.githubusercontent.com/rescribe/bookpipeline/refs/heads/master/cmd/rescribe/xyz.rescribe.rescribe.desktop"
18
"https://raw.githubusercontent.com/rescribe/bookpipeline/refs/heads/master/cmd/rescribe/icon.256.png"
19
"https://raw.githubusercontent.com/rescribe/bookpipeline/refs/heads/master/cmd/rescribe/icon.svg"
20
)
21
noextract=("rescribe")
22
options=(!strip)
23
sha256sums=('2bbb6bd5207f484dc10b790681babadaa2c6a148209912856525a9d3d29a9272'
24
'3ec44d736f4bbaaabb760d61d2aeea2997d5e4ba1c47d3b252788472a53ef531'
25
'38d2fa56b8f950df3b5653a9cfe949aea846327aa16165bb1c495294deee41d7'
26
'df0b29c72b3d0b4041c882d45c4f7895966c7d6acd307dc4e0e939036a959316')
27
28
package() {
29
install -Dm755 "${srcdir}/rescribe" "$pkgdir/usr/bin/$_pkgname"
30
install -Dm644 "${srcdir}/xyz.rescribe.rescribe.desktop" "$pkgdir/usr/share/applications/xyz.rescribe.rescribe.desktop"
31
install -Dm644 "${srcdir}/icon.256.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/xyz.rescribe.rescribe.png"
32
install -Dm644 "${srcdir}/icon.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/xyz.rescribe.rescribe.svg"
33
}
34
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 |