cppreference-zh
maintainer MajoranaOedipus
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Package builds from a prebuilt HTML documentation archive hosted on GitHub; source is verifiable via checksum, and content is non-executable documentation, posing minimal risk despite untrusted host.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package builds from a prebuilt HTML documentation archive hosted on GitHub; source is verifiable via checksum, and content is non-executable documentation, posing minimal risk despite untrusted host.
PKGBUILD
1
# Maintainer: Majorana Oedipus <majoranaoedipus@posteo.net>
2
# Based on the PKGBUILD of AUR "cppreference"
3
pkgname=cppreference-zh
4
pkgver=20260502
5
pkgrel=1
6
pkgdesc="zh.cppreference.com 的离线中文文档(HTML)"
7
arch=('any')
8
url="http://zh.cppreference.com/"
9
license=('MIT')
10
source=("https://github.com/myfreeer/cppreference2mshelp/releases/download/${pkgver:0:4}.${pkgver:4:2}/html-book-${pkgver}.tar.xz")
11
sha256sums=('8a0810d50fe7f2578dfa25cdf9c31225c4ba7061c18309626b1077fd58625af5')
12
13
package() {
14
mkdir -p "$pkgdir/usr/share/doc/cppreference-zh"
15
mv -t "$pkgdir/usr/share/doc/cppreference-zh/" $srcdir/reference/*
16
}
17
18
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 19:21:46 | LOW | 2 |