python-ibapi

maintainer a.kudelin · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a versioned zip from the official Interactive Brokers GitHub Pages domain, hosting the project's own release;虽非标准主机但属项目官方发布渠道,且内容为源码构建,无远程代码执行或供应链劫持风险。

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 source is a versioned zip from the official Interactive Brokers GitHub Pages domain, hosting the project's own release;虽非标准主机但属项目官方发布渠道,且内容为源码构建,无远程代码执行或供应链劫持风险。

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:14 source=(https://interactivebrokers.github.io/downloads/twsapi_macunix.${pkgver/./}.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Anton Kudelin <kudelin at proton dot me>
2
3_pyname=ibapi
4pkgname=python-$_pyname
5pkgver=10.47.01
6pkgrel=1
7pkgdesc="Python IB API"
8arch=(any)
9url="https://interactivebrokers.github.io/tws-api"
10license=(custom)
11depends=(python python-protobuf)
12makedepends=(python-build python-installer python-setuptools python-wheel)
13checkdepends=(python-pytest)
14source=(https://interactivebrokers.github.io/downloads/twsapi_macunix.${pkgver/./}.zip
15 LICENSE)
16sha256sums=('832bf9c8fbcd2d95dc278d42dd51be8dc64aae67d4c11c5f2ff0297d9ee087e3'
17 'c60f3a3fe9a6799a346fe9519b2448334d99a6f0ff3db5c9969493be75941c5d')
18
19build() {
20 cd "$srcdir/IBJts/source/pythonclient"
21 python -m build \
22 --wheel \
23 --no-isolation \
24 --skip-dependency-check
25}
26
27check() {
28 cd "$srcdir/IBJts/source/pythonclient"
29
30 python -m venv --system-site-packages test-env
31 test-env/bin/python -m installer dist/*.whl
32
33 rm -r $_pyname
34
35 test-env/bin/python -m pytest -v
36}
37
38package() {
39 cd "$srcdir/IBJts/source/pythonclient"
40 python -m installer \
41 --destdir="$pkgdir" \
42 --compile-bytecode=2 \
43 dist/*.whl
44
45 install -Dm755 "$srcdir/LICENSE" \
46 -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47}
48

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