circos
The source URL uses a non-standard host pattern but resolves to the project's own official domain (circos.ca), and the download is a standard source tarball for building the software, which is a normal and safe AUR practice.
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 source URL uses a non-standard host pattern but resolves to the project's own official domain (circos.ca), and the download is a standard source tarball for building the software, which is a normal and safe AUR practice.
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:40
source=(http://$pkgname.ca/distribution/$pkgname-${pkgver/_/-}.tgz)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tim Yang <protonmail = timdyang>
pkgname=circos
pkgver=0.69_9
pkgrel=1
pkgdesc="A software package for visualizing data in a circular layout"
arch=(any)
url=http://circos.ca
license=(GPL)
depends=(
perl-carp
perl-clone
perl-config-general
perl-data-dumper
perl-digest-md5
perl-file-temp
perl-font-ttf
perl-gd
perl-getopt-long
perl-list-moreutils
perl-math-bezier
perl-math-round
perl-math-complex
perl-math-vecstat
perl-memoize
perl-params-validate
perl-pod-usage
perl-readonly
perl-regexp-common
perl-set-intspan
perl-statistics-basic
perl-storable
perl-svg
perl-text-balanced
perl-text-format
perl-time-hires
)
optdepends=('circos-docs: tutorials'
'circos-tools: addons')
source=(http://$pkgname.ca/distribution/$pkgname-${pkgver/_/-}.tgz)
noextract=($pkgname-${pkgver/_/-}.tgz)
sha256sums=(34d8d7ebebf3f553d62820f8f4a0a57814b610341f836b4740c46c3057f789d2)
package() {
# dist
bsdtar -xf $pkgname-${pkgver/_/-}.tgz -C "$pkgdir" \
-s ":^$pkgname-${pkgver/_/-}:opt/$pkgname:" \
$pkgname-${pkgver/_/-}/{bin,data,error,etc,fonts,lib,tiles}
# docs
bsdtar -xf $pkgname-${pkgver/_/-}.tgz -C "$pkgdir" \
-s ":^$pkgname-${pkgver/_/-}:usr/share/doc/$pkgname:" \
$pkgname-${pkgver/_/-}/{example,README,CITATION}
# sanitize
rm -f "$pkgdir"/opt/$pkgname/bin/{$pkgname.exe,compile.{bat,make}}
# find "$pkgdir" -exec sh -c \
# "file '{}' | grep -qE 'ELF|executable|directory' && chmod 755 '{}' || chmod 644 '{}'" \;
find "$pkgdir" -exec sh -c "ls -Fd '{}' | grep -q '.*[/\*]$' && chmod 755 '{}' || chmod 644 '{}'" \;
chown -R root:root "$pkgdir"
# symlinks
install -m 755 -d "$pkgdir"/usr/bin/
ln -sf /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/
ln -sf /opt/$pkgname/bin/gddiag "$pkgdir"/usr/bin/
}
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 |