python2-pydbgp

LOW
maintainer orphaned 3 votes base komodo-pydbgp scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source tarball from ActiveState's official domain, which is the legitimate vendor; despite the static analyzer flagging the host as non-standard, the source is verifiable and part of the official release, and the build process only repackages legitimate components for Arch Linux.

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 downloads a source tarball from ActiveState's official domain, which is the legitimate vendor; despite the static analyzer flagging the host as non-standard, the source is verifiable and part of the official release, and the build process only repackages legitimate components for Arch Linux.

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:15 source=("http://downloads.activestate.com/Komodo/releases/${_srcver}/remotedebugging/Komodo-PythonRemoteDebugging-${_srcver}-${_srcrel}-linux-${arch[*]}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: ActiveState Software Inc.
2# Contributor: Mikhail f. Shiryaev <mr<dot>felixoid<at>gmail<dot>com>
3pkgbase=komodo-pydbgp
4pkgname=(python-pydbgp python2-pydbgp)
5_srcrel=91869
6_srcver=12.0.1
7pkgver=${_srcver}.${_srcrel}
8pkgrel=2
9pkgdesc="The Komodo IDE Python Remote Debugging component"
10arch=('x86_64')
11url="http://code.activestate.com/komodo/remotedebugging/"
12license=('MIT')
13depends=()
14makedepends=('python' 'python2')
15source=("http://downloads.activestate.com/Komodo/releases/${_srcver}/remotedebugging/Komodo-PythonRemoteDebugging-${_srcver}-${_srcrel}-linux-${arch[*]}.tar.gz")
16sha256sums=(217f13e51ea37e28714ef29c4a35c72e3c8fdf562610f8366702b103ffca2bf9)
17
18build() {
19 rm -rf "${srcdir}/source"
20 cp -r "$srcdir/Komodo-PythonRemoteDebugging-${_srcver}-${_srcrel}-linux-${arch[*]}" "${srcdir}/source"
21 cd "$srcdir/source"
22 cp pydbgpproxy pydbgpproxy2
23 mv pydbgp pydbgp2
24 mv py3_dbgp pydbgp
25 sed -i '1s:/usr/bin/env python:/usr/bin/env python2:' pydbgp2
26 sed -i '1s:/usr/bin/env python:/usr/bin/env python2:' pydbgpproxy2
27}
28
29package_python-pydbgp() {
30 depends=(python)
31 # Terrible hack to get site-packages of current python
32 local site_dir=$(python -c 'import site; print(site.getsitepackages()[0])')
33 cd "$srcdir/source"
34 mkdir -p "${pkgdir}/usr/bin/" "${pkgdir}/${site_dir}"
35 cp pydbgp "${pkgdir}/usr/bin/"
36 cp pydbgpproxy "${pkgdir}/usr/bin/"
37 cp -r python3lib/dbgp "${pkgdir}/${site_dir}"
38}
39
40package_python2-pydbgp() {
41 depends=(python2)
42 # Terrible hack to get site-packages of current python
43 local site_dir=$(python2 -c 'import site; print(site.getsitepackages()[0])')
44 cd "$srcdir/source"
45 mkdir -p "${pkgdir}/usr/bin/" "${pkgdir}/${site_dir}"
46 cp pydbgp2 "${pkgdir}/usr/bin/"
47 cp pydbgpproxy2 "${pkgdir}/usr/bin/"
48 cp -r pythonlib/dbgp "${pkgdir}/${site_dir}"
49}
50

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