MohitJan

v1.0.8 suspicious
4.0
Medium Risk

Interactive CLI Portfolio of Mohit Janbandhu

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has some minor risks, particularly concerning shell commands and low-quality metadata, but lacks clear malicious intent.

  • Use of os.system for shell commands
  • Low metadata quality
Per-check LLM notes
  • Network: No network calls detected, which is typical for benign packages.
  • Shell: The use of os.system for clearing the terminal can be benign but may pose a risk if input is not sanitized.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer seems new and there's low metadata quality, but no clear signs of malice.

🔬 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)

  • ely on cross-platform.""" os.system('cls' if os.name == 'nt' else 'clear') def create_panel(ren
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

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 4.0

2 maintainer concern(s) found

  • Author "Mohit Janbandhu" appears to have only 1 package on PyPI (new or inactive account)
  • Package has no PyPI classifiers (low effort / metadata quality)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

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