kakaotalk

maintainer kerryeon · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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