qccrypt

maintainer bofil · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on the project's own domain (qccrypt.free.fr), which is not on the whitelist but plausibly official; the source is verified via md5sum, and no remote code execution or untrusted binaries are involved.

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 source hosted on the project's own domain (qccrypt.free.fr), which is not on the whitelist but plausibly official; the source is verified via md5sum, and no remote code execution or untrusted binaries are involved.

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:11 source=("http://qccrypt.free.fr/download/qccrypt-${pkgver}-src.zip" "qccrypt.desktop" "x-cpt.xml" "qccrypt.xml" "x-cpt.desktop" "icons.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainers: bofil <qccrypt@free.fr>; kusakata <shohei atmark kusakata period com>
2
3pkgname=qccrypt
4pkgver=0.9.1
5pkgrel=2
6pkgdesc='A cross-plateform frontend for ccrypt software'
7arch=('i686' 'x86_64')
8url="http://qccrypt.free.fr/"
9license=('GPL2')
10depends=('ccrypt' 'libxcb' 'qt5-base')
11source=("http://qccrypt.free.fr/download/qccrypt-${pkgver}-src.zip" "qccrypt.desktop" "x-cpt.xml" "qccrypt.xml" "x-cpt.desktop" "icons.zip")
12
13build() {
14 cd "${srcdir}/qccrypt-${pkgver}-src"
15 qmake-qt5
16 make
17}
18
19package() {
20 cd "${srcdir}/qccrypt-${pkgver}-src"
21 install -Dm755 qccrypt "${pkgdir}/usr/bin/${pkgname}"
22 install -Dm644 ressources/images/qccrypt.png "${pkgdir}/usr/share/pixmaps/qccrypt.png"
23 cd "${srcdir}"
24 install -Dm644 qccrypt.desktop "${pkgdir}/usr/share/applications/qccrypt.desktop"
25 install -Dm644 x-cpt.xml "${pkgdir}/usr/share/mime/application/x-cpt.xml"
26 install -Dm644 qccrypt.xml "${pkgdir}/usr/share/mime/packages/qccrypt.xml"
27 install -Dm644 x-cpt.desktop "${pkgdir}/usr/share/mimelnk/application/x-cpt.desktop"
28 install -Dm644 icons/hicolor/16x16/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/16x16/apps/qccrypt.png"
29 install -Dm644 icons/hicolor/16x16/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/16x16/mimetypes/application-x-cpt.png"
30 install -Dm644 icons/hicolor/24x24/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/24x24/apps/qccrypt.png"
31 install -Dm644 icons/hicolor/24x24/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/24x24/mimetypes/application-x-cpt.png"
32 install -Dm644 icons/hicolor/32x32/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/32x32/apps/qccrypt.png"
33 install -Dm644 icons/hicolor/32x32/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/32x32/mimetypes/application-x-cpt.png"
34 install -Dm644 icons/hicolor/48x48/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/48x48/apps/qccrypt.png"
35 install -Dm644 icons/hicolor/48x48/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/48x48/mimetypes/application-x-cpt.png"
36 install -Dm644 icons/hicolor/64x64/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/64x64/apps/qccrypt.png"
37 install -Dm644 icons/hicolor/64x64/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/64x64/mimetypes/application-x-cpt.png"
38 install -Dm644 icons/hicolor/96x96/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/96x96/apps/qccrypt.png"
39 install -Dm644 icons/hicolor/96x96/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/96x96/mimetypes/application-x-cpt.png"
40 install -Dm644 icons/hicolor/128x128/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/128x128/apps/qccrypt.png"
41 install -Dm644 icons/hicolor/128x128/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/128x128/mimetypes/application-x-cpt.png"
42 install -Dm644 icons/hicolor/256x256/apps/qccrypt.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/qccrypt.png"
43 install -Dm644 icons/hicolor/256x256/mimetypes/application-x-cpt.png "${pkgdir}/usr/share/icons/hicolor/256x256/mimetypes/application-x-cpt.png"
44}
45
46md5sums=('6b25e1dac742aa94d28c0540b4d6414d'
47 '1e208212a325a4ed551f5955f4e8c6be'
48 'bf60d5c11809910d2a9c98aaa8217911'
49 '14af5e3ee3813b1812145cf20defdb70'
50 '6390b8d0119570f4d7d2deb7c05b61e8'
51 '515543b430023f2b07906a6dd63cb3e5')
52

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion