atlas-db-client

v0.0.2 suspicious
5.0
Medium Risk

The Python client for the Atlas vector database

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risks in terms of network, shell execution, obfuscation, and credential harvesting. However, its low activity level and new maintainer status raise some concerns about potential supply-chain risks.

  • Low activity and new maintainer increase suspicion of potential supply-chain attacks.
  • Otherwise, the package does not exhibit any significant security risks.
Per-check LLM notes
  • Network: The use of httpx client suggests the package is designed to make network requests, which is common for database clients.
  • Shell: No shell execution patterns detected, indicating low risk of executing arbitrary commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: Low activity and new maintainer suggest potential risk.

📦 Package Quality Overall: Low (4.2/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 5.0

Some documentation present

  • Detailed PyPI description (985 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

  • Classifier: Typing :: Typed
  • 22 type-annotated function signatures detected in source
◈ Medium Multiple Contributors 6.0

Limited contributor diversity

  • 2 unique contributor(s) across 10 commits in devfrank-m/python-atlas-client
  • Two distinct contributors found

🔬 Heuristic Checks

Outbound Network Calls score 3.0

Found 2 network call pattern(s)

  • None: self._client = httpx.AsyncClient( **_build_client_kwargs(host, timeout, headers,
  • None: self._client = httpx.Client( **_build_client_kwargs(host, timeout, headers,
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

No author email provided

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 2.0

1 maintainer concern(s) found

  • Author "devfrank-m" 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 atlas-db-client
Build a simple Python application using the atlas-db-client package to demonstrate its core features.

💬 Discussion Feed

Leave a comment

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