python2-pydbgp
komodo-pydbgp
scanned 2026-09-17 00:27:14.276658
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
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)
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# Maintainer: ActiveState Software Inc.
# Contributor: Mikhail f. Shiryaev <mr<dot>felixoid<at>gmail<dot>com>
pkgbase=komodo-pydbgp
pkgname=(python-pydbgp python2-pydbgp)
_srcrel=91869
_srcver=12.0.1
pkgver=${_srcver}.${_srcrel}
pkgrel=2
pkgdesc="The Komodo IDE Python Remote Debugging component"
arch=('x86_64')
url="http://code.activestate.com/komodo/remotedebugging/"
license=('MIT')
depends=()
makedepends=('python' 'python2')
source=("http://downloads.activestate.com/Komodo/releases/${_srcver}/remotedebugging/Komodo-PythonRemoteDebugging-${_srcver}-${_srcrel}-linux-${arch[*]}.tar.gz")
sha256sums=(217f13e51ea37e28714ef29c4a35c72e3c8fdf562610f8366702b103ffca2bf9)
build() {
rm -rf "${srcdir}/source"
cp -r "$srcdir/Komodo-PythonRemoteDebugging-${_srcver}-${_srcrel}-linux-${arch[*]}" "${srcdir}/source"
cd "$srcdir/source"
cp pydbgpproxy pydbgpproxy2
mv pydbgp pydbgp2
mv py3_dbgp pydbgp
sed -i '1s:/usr/bin/env python:/usr/bin/env python2:' pydbgp2
sed -i '1s:/usr/bin/env python:/usr/bin/env python2:' pydbgpproxy2
}
package_python-pydbgp() {
depends=(python)
# Terrible hack to get site-packages of current python
local site_dir=$(python -c 'import site; print(site.getsitepackages()[0])')
cd "$srcdir/source"
mkdir -p "${pkgdir}/usr/bin/" "${pkgdir}/${site_dir}"
cp pydbgp "${pkgdir}/usr/bin/"
cp pydbgpproxy "${pkgdir}/usr/bin/"
cp -r python3lib/dbgp "${pkgdir}/${site_dir}"
}
package_python2-pydbgp() {
depends=(python2)
# Terrible hack to get site-packages of current python
local site_dir=$(python2 -c 'import site; print(site.getsitepackages()[0])')
cd "$srcdir/source"
mkdir -p "${pkgdir}/usr/bin/" "${pkgdir}/${site_dir}"
cp pydbgp2 "${pkgdir}/usr/bin/"
cp pydbgpproxy2 "${pkgdir}/usr/bin/"
cp -r pythonlib/dbgp "${pkgdir}/${site_dir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |