kakaotalk

LOW
maintainer kerryeon 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host is used only to download a PDF terms-of-service file, which is non-executable data; the rest of the sources are local files, and the package otherwise installs a script and assets from the maintainer's own source, posing minimal 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 non-standard host is used only to download a PDF terms-of-service file, which is non-executable data; the rest of the sources are local files, and the package otherwise installs a script and assets from the maintainer's own source, posing minimal 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:12 'terms.pdf::https://t1.kakaocdn.net/kakaocorp/pw/policy/files/20260221/%EC%B9%B4%EC%B9%B4%EC%98%A4%20%EC%84%9C%EB%B9%84%EC%8A%A4%20%EC%95%BD%EA%B4%80_20260221_F.pdf'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer : Ho Kim <ho.kim@smartx.kr>
2
3pkgname='kakaotalk'
4pkgver=0.1.0
5pkgrel=8
6pkgdesc='A mobile messaging app for smartphones operated by Kakao Corporation in South Korea'
7arch=(
8 'i686'
9 'x86_64'
10)
11source=(
12 'terms.pdf::https://t1.kakaocdn.net/kakaocorp/pw/policy/files/20260221/%EC%B9%B4%EC%B9%B4%EC%98%A4%20%EC%84%9C%EB%B9%84%EC%8A%A4%20%EC%95%BD%EA%B4%80_20260221_F.pdf'
13 'LICENSE'
14 'kakaotalk'
15 'kakaotalk.desktop'
16 'kakaotalk.png'
17)
18
19url='https://www.kakaocorp.com/page/service/service/KakaoTalk'
20
21license=(
22 'LicenseRef-KakaoTalk'
23 'Unlicense'
24)
25
26depends=(
27 'bash'
28 'coreutils'
29 'curl'
30 'desktop-file-utils'
31 'grep'
32 'procps-ng'
33 'wine>=11'
34 'winetricks'
35 'xdg-utils'
36)
37
38optdepends=(
39 'gst-plugins-good: for multimedia playback support'
40 'gst-plugins-bad: for multimedia playback support'
41)
42
43sha256sums=(
44 'SKIP'
45 '6b0382b16279f26ff69014300541967a356a666eb0b91b422f6862f6b7dad17e'
46 '80ef75d657ab2863f7e18d3062ad0fd9da17a4ae5132f261e3d485ef1cc71a72'
47 '5a62e97dc447a0740d92327264c538857f371f29aa8c1adbadafe6a38f835005'
48 'bc6102b626e970adb084f8eb84cebef02ee189ea4e84857b6535b9c524c2872c'
49)
50
51update_desktop() {
52 xdg-icon-resource forceupdate --theme hicolor &>/dev/null
53 update-desktop-database -q
54}
55
56post_install() {
57 update_desktop
58}
59
60post_upgrade() {
61 post_install
62}
63
64post_remove() {
65 update_desktop
66}
67
68package() {
69 install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/kakaotalk"
70 install -Dm644 -t "${pkgdir}/usr/share/applications" "${srcdir}/kakaotalk.desktop"
71 install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/256x256/apps" "${srcdir}/kakaotalk.png"
72 install -Dm644 -t "${pkgdir}/usr/share/licenses/kakaotalk" "${srcdir}/LICENSE"
73 install -Dm644 -t "${pkgdir}/usr/share/licenses/kakaotalk" "${srcdir}/terms.pdf"
74}
75

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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