NumCircBuf

v1.1.2 safe
3.0
Low Risk

High-performance numerical circular buffers for Python, featuring O(1) statistical accumulators.

🤖 AI Analysis

Final verdict: SAFE

The package NumCircBuf appears to be safe with minimal risks identified. Although there is some uncertainty regarding the maintainer's activity and community engagement, the absence of network calls, obfuscation, and credential risks significantly lowers the overall threat level.

  • No network calls detected
  • Low obfuscation risk
  • No credential harvesting patterns detected
Per-check LLM notes
  • Network: No network calls detected, indicating no direct risk from network communications.
  • Shell: The shell execution pattern is likely benign, possibly for system information gathering, but could indicate unexpected behavior depending on the package's intended use.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer seems new or inactive, and the repository lacks community engagement.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution score 2.0

Found 1 shell execution pattern(s)

  • ubprocess name = subprocess.check_output( ["sysctl", "-n", "machdep.cpu.brand_string"
Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: gmail.com

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 "Syed Basim Ali" 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 NumCircBuf
Build a simple Python application using the NumCircBuf package to demonstrate its core features.