AI Analysis
Final verdict: SUSPICIOUS
The package exhibits significant obfuscation, indicating potential attempts to conceal malicious activities or intentions. While there's no concrete evidence of malicious behavior, the low maintainer activity and poor metadata quality further add to the suspicion.
- High obfuscation risk
- Poor maintainer activity
Per-check LLM notes
- Network: The package makes network calls which seem to be part of its intended functionality, possibly for API interactions.
- Shell: No shell execution patterns were detected.
- Obfuscation: The code pattern is indicative of obfuscation techniques often used to hide the original structure and intent of the code, which may be an attempt to evade analysis or detection.
- Credentials: No clear patterns of credential harvesting were detected in the provided snippet.
- Metadata: The package shows signs of low maintainer activity and poor metadata quality, raising concerns but not definitive evidence of malicious intent.
Heuristic Checks
Outbound Network Calls
score 3.0
Found 2 network call pattern(s)
variables} response = requests.post(self.endpoint, json=payload, headers=self.headers) rk_token}"} response = requests.get(private_url, headers=headers) if response.status_cod
Code Obfuscation
score 2.0
Found 1 obfuscation pattern(s)
mports[name] module = __import__(module_path, fromlist=[name]) return getattr(module, name) raise AttributeEr
Shell / Subprocess Execution
No shell execution patterns detected
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 6.0
3 maintainer concern(s) found
Author name is missing or very shortAuthor "" 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 acryl-datahub-cloud
Build a simple Python application using the acryl-datahub-cloud package to demonstrate its core features.