calibre-plugin-crosspoint
LOW
maintainer wahrwolf
0 votes
scanned 2026-09-06 09:10:50.549465
Why flagged
The package downloads a source zip from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to few votes and recent upload, not inherent risk in the build process.
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%): The package downloads a source zip from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to few votes and recent upload, not inherent risk in the build process.
PKGBUILD
1
# Maintainer: Vincent Dahmen <wahrwolf@archlinux.org>
2
pkgname=calibre-plugin-crosspoint
3
pkgver=0.2.7
4
pkgrel=1
5
pkgdesc="Calibre Plugin to Sync CrossPoint Devices with Library- Calibre Plugin"
6
arch=('any')
7
url="https://github.com/crosspoint-reader/calibre-plugins/"
8
license=('MIT')
9
depends=('calibre>=2.0.0')
10
source=("https://github.com/crosspoint-reader/calibre-plugins/releases/download/v${pkgver}/crosspoint_reader-v${pkgver}.zip")
11
noextract=("crosspoint-${pkgver}.zip")
12
sha256sums=('466a2b5fc6496faec40c498c625105971038066a01271fa3e7a3ad5befa2adf2')
13
package() {
14
install -m644 -D "${srcdir}/crosspoint_reader-v${pkgver}.zip" "${pkgdir}/usr/share/calibre/system-plugins/crosspoint-${pkgver}.zip"
15
}
16
17
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 09:10:50 | Low | 2 |