AI Analysis
The package shows moderate risks due to execution of shell commands and obfuscation techniques, which could indicate malicious intent. However, there is no concrete evidence of credential harvesting or other severe threats.
- High shell risk
- Significant obfuscation risk
Per-check LLM notes
- Network: Network calls to AWS URLs may be legitimate if the package is designed for cloud integration or monitoring.
- Shell: Execution of shell commands can pose a risk if not properly sanitized or controlled, especially if it involves user inputs.
- Obfuscation: The presence of base64 decoding without corresponding encoding or encryption suggests potential obfuscation rather than standard cryptographic practices.
- Credentials: No clear patterns indicative of credential harvesting were detected.
- Metadata: The maintainer has only one package and lacks PyPI classifiers, suggesting low effort or an inactive account.
Package Quality Overall: Low (3.2/10)
No test suite detected
No test files or test-runner configuration detected
Some documentation present
Detailed PyPI description (5989 chars)
No contributing guide or governance files found
Separate author ("Zoho Corporation Pvt. Ltd.") and maintainer ("ManageEngine Site24x7") listed
Partial type annotation coverage
18 type-annotated function signatures detected in source
Unable to verify contributor count: no GitHub repository found
No GitHub repository linked — contributor count unavailable
Heuristic Checks
Found 6 network call pattern(s)
try: request = urllib.request.Request(AWS_URL) with urllib.request.urlopen(reqest(AWS_URL) with urllib.request.urlopen(request, timeout=5) as response: iftry: token_req = urllib.request.Request(AWS_TOKEN_URL, method="PUT") token_req.aonds", "30") with urllib.request.urlopen(token_req) as response: token = resp, token) with urllib.request.urlopen(request) as response: if responsTA_URL) request = urllib.request.Request(url) with urllib.request.urlopen(request
Found 4 obfuscation pattern(s)
(text, bytes): return base64.b64decode(text) return "" def base64_encrypt(key, iv, text):t: str, iv: str): return [base64.b64decode(key.encode("utf-8")), ciphertext, base64.b64decode(iv.encodeencode("utf-8")), ciphertext, base64.b64decode(iv.encode("utf-8"))] def openssl_encrypt(key: bytes, text:tes): bytes_ciphertext = base64.b64decode(ciphertext.encode("utf-8")) try: from cryptogra
Found 2 shell execution pattern(s)
] result = subprocess.run(command, input=text, text=True, capture_output=True, timeou", ] result = subprocess.run( command, input=ciphertext.encode("utf-8") + b"\
No credential harvesting patterns detected
No typosquatting candidates detected
Email domain looks legitimate: zohocorp.com
All external links appear legitimate
No GitHub repository linked
No GitHub repository link found
2 maintainer concern(s) found
Author "Zoho Corporation Pvt. Ltd." appears to have only 1 package on PyPI (new or inactive account)Package has no PyPI classifiers (low effort / metadata quality)
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Build a simple Python application using the apminsight package to demonstrate its core features.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue