aqt-connector

v0.4.0 suspicious
4.0
Medium Risk

Python connector for services provided by AQT

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has low activity and an incomplete author profile, which raises some suspicion despite having no detected shell execution, obfuscation, or credential harvesting patterns.

  • Incomplete author profile
  • Low package activity
Per-check LLM notes
  • Network: The package uses HTTPX to make network calls which is expected for packages needing to communicate with external services.
  • Shell: No shell execution patterns detected.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package has low activity and an incomplete author profile, raising suspicion.

📦 Package Quality Overall: Medium (6.6/10)

✦ High Test Suite 9.0

Test suite present — 26 test file(s) found

  • Test runner config found: conftest.py
  • Test runner config found: conftest.py
  • 26 test file(s) detected (e.g. conftest.py)
◈ Medium Documentation 7.0

Some documentation present

  • Documentation URL: "Documentation" -> https://github.com/alpine-quantum-technologies/aqt-connector
  • Detailed PyPI description (5137 chars)
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
◈ Medium Type Annotations 7.0

Partial type annotation coverage

  • Type checker (mypy / pyright / pytype) referenced in project
  • 156 type-annotated function signatures detected in source
✦ High Multiple Contributors 8.0

Active multi-contributor project

  • 4 unique contributor(s) across 58 commits in alpine-quantum-technologies/aqt-connector
  • Small but multi-author team (3–4 contributors)

🔬 Heuristic Checks

Outbound Network Calls score 9.0

Found 6 network call pattern(s)

  • l self._http_client = httpx.Client() def close(self) -> None: """Closes the underl
  • e self._http_client = httpx.Client() def close(self) -> None: """Closes the underl
  • ", } token_response = httpx.post(f"{TEST_TENANT_URL}/oauth/token", json=token_payload).raise_
  • als", } http_client = httpx.Client() token_response = http_client.post(urljoin(tenant_url,
  • arnica_adapter._http_client = httpx.Client(transport=transport) with pytest.raises(InvalidJobIDErr
  • arnica_adapter._http_client = httpx.Client(transport=transport) with pytest.raises(UnknownServerEr
Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: aqt.eu>

Suspicious Page Links

All external links appear legitimate

Git Repository History score 2.5

Git history flags: Repository has zero stars and zero forks

  • Repository has zero stars and zero forks
Maintainer History score 4.0

2 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with aqt-connector
Build a simple Python application using the aqt-connector package to demonstrate its core features.

💬 Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!