architect

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The .deb is downloaded from the official vendor domain (getarchitect.io) and has a proper sha256sum ('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'). The 'SKIP' is only on the architect.png icon file, which is pure image data and not executed code — this is a minor sloppiness but not a security concern. The binary itself is checksummed. The package is old (2017) and the domain may no longer be active, but that's a 'broken' concern rather than a security one. No obfuscation, no unofficial host, no missing checksum on the executed binary.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 85%): The .deb is downloaded from the official vendor domain (getarchitect.io) and has a proper sha256sum ('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'). The 'SKIP' is only on the architect.png icon file, which is pure image data and not executed code — this is a minor sloppiness but not a security concern. The binary itself is checksummed. The package is old (2017) and the domain may no longer be active, but that's a 'broken' concern rather than a security one. No obfuscation, no unofficial host, no missing checksum on the executed binary.

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:26 source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2
3pkgname=architect
4pkgver=0.9.11
5_pkgver=20170518095416
6pkgrel=1
7pkgdesc="An integrated development environment (IDE) that focuses specifically on the needs of the data scientist"
8arch=('x86_64')
9url='https://www.getarchitect.io'
10license=('EPL')
11depends=('r'
12 'r-rjava'
13 'freetype2'
14 'curl'
15 'python'
16 'libjpeg-turbo'
17 'libxtst'
18 'tk'
19 'libnet'
20 'java-runtime'
21 'libxmu'
22 'cairo'
23 'alsa-lib'
24 'libtiff')
25makedepends=('tar')
26source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"
27 'architect.png')
28sha256sums=('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'
29 'SKIP')
30
31package() {
32 tar xvf data.tar.xz -C "${pkgdir}/"
33 find "${pkgdir}/opt/${pkgname}" -type f -exec chmod o-w {} +
34 find "${pkgdir}/opt/${pkgname}" -type d -exec chmod o-w {} +
35 chmod 755 "${pkgdir}/opt/${pkgname}/stable/${_pkgver}/${pkgname}"
36 install -d "${pkgdir}/usr/bin"
37 ln -s /opt/${pkgname}/stable/${_pkgver}/${pkgname} "${pkgdir}/usr/bin/architect"
38 gendesk -f -n --pkgname "${pkgname}" \
39 --pkgdesc "$pkgdesc" \
40 --name "Architect" \
41 --comment "$pkgdesc" \
42 --exec "${pkgname}" \
43 --categories 'Development;Application' \
44 --icon "${pkgname}"
45 install -Dm644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
46 install -Dm644 architect.png -t "${pkgdir}/usr/share/pixmaps"
47}

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