AI Analysis
Final verdict: SUSPICIOUS
The package shows significant risks due to its network and shell execution behaviors, especially given the short history and lack of comprehensive documentation.
- High shell risk due to uncontrolled execution of external commands.
- Medium network risk as it downloads external files without clear documentation.
Per-check LLM notes
- Network: The network call pattern suggests the package might download external files which could be benign if documented, but raises concerns without clear documentation.
- Shell: The shell execution pattern indicates the package runs external commands, potentially risky if not controlled properly, increasing suspicion of potential misuse.
- Obfuscation: No obfuscation patterns detected, indicating low risk of malicious intent.
- Credentials: No credential harvesting patterns detected, indicating safe handling of secrets.
- Metadata: The recent creation of the repository and package, along with the short activity window, raise suspicion.
Heuristic Checks
Outbound Network Calls
score 1.5
Found 1 network call pattern(s)
m {url}...") try: urllib.request.urlretrieve(url, archive_path) except Exception as e:
Code Obfuscation
No obfuscation patterns detected
Shell / Subprocess Execution
score 2.0
Found 1 shell execution pattern(s)
gv[1:] try: res = subprocess.run([binary_path] + args) sys.exit(res.returncode) e
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 5.0
Git history flags: Repository created very recently: 0 day(s) ago (2026-06-05T04:04:46Z)
Repository created very recently: 0 day(s) ago (2026-06-05T04:04:46Z)All 14 commits happened within 24 hours
Maintainer History
score 6.0
3 maintainer concern(s) found
Only one version has ever been released — brand new packagePackage uploaded less than 24 hours ago (2026-06-05T04:54:22.000Z)Author "Vamshavardhan50" appears to have only 1 package on PyPI (new or inactive account)