arzinoircop

v1.0.1 suspicious
5.0
Medium Risk

کتابخانه دریافت قیمت لحظه‌ای ارزها از سرویس arzinoir

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package is deemed suspicious due to its reliance on a non-HTTPS link and a single author, which raises concerns about potential malicious intent despite no direct evidence of harmful behavior.

  • Suspicious non-HTTPS link in metadata
  • Single package author without additional contributors
Per-check LLM notes
  • Network: The package makes network calls which could be legitimate if it requires fetching external resources or data.
  • Shell: No shell execution patterns detected.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: Suspicious non-HTTPS link and single package author raise concerns about potential malice.

📦 Package Quality Overall: Low (2.8/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

  • Brief PyPI description (307 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 5.0

Partial type annotation coverage

  • 4 type-annotated function signatures (partial)
○ Low Multiple Contributors 1.0

Unable to verify contributor count: no GitHub repository found

  • No GitHub repository linked — contributor count unavailable

🔬 Heuristic Checks

Outbound Network Calls score 1.5

Found 1 network call pattern(s)

  • try: resp = requests.get( self.base_url, params=par
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: gmail.com

Suspicious Page Links score 2.0

Found 1 suspicious link(s) on the package page

  • Non-HTTPS external link: http://latifipor.ir/arzinoircop
Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 2.0

1 maintainer concern(s) found

  • Author "Mohammad Latifi" 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 arzinoircop
Develop a real-time cryptocurrency price tracker using the 'arzinoircop' package in Python. This application will serve as a user-friendly tool to monitor the current prices of various cryptocurrencies. The app should allow users to input a list of cryptocurrencies they are interested in tracking and then display the latest price updates in a formatted manner. Here’s a detailed breakdown of the requirements and features:

1. **User Input:** Allow users to enter a list of cryptocurrencies they want to track. Ensure the application supports common cryptocurrency symbols like BTC, ETH, XRP, etc.
2. **Real-Time Updates:** Utilize the 'arzinoircop' package to fetch real-time price data from the arzinoir service. Implement a mechanism to refresh the price data periodically (e.g., every minute).
3. **Display Interface:** Create a simple yet effective command-line interface (CLI) to display the price updates. The interface should clearly show each cryptocurrency symbol, its name, and its current price.
4. **Alert System:** Add an alert system that notifies users via email or SMS when a specific cryptocurrency reaches a predefined threshold (e.g., if the price drops below $10,000).
5. **Graphical Representation:** Optionally, integrate a graphical representation of the price movements over time. Use a library such as Matplotlib or Plotly to visualize the price trends.
6. **Error Handling:** Implement robust error handling to manage issues such as network errors or invalid cryptocurrency symbols entered by the user.
7. **Configuration File:** Store user preferences and settings in a configuration file (e.g., JSON or YAML) for easy access and modification.

The main goal is to create a versatile and user-friendly tool that leverages the 'arzinoircop' package to provide valuable insights into cryptocurrency market dynamics.

💬 Discussion Feed

Leave a comment

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