AI Analysis
Final verdict: SUSPICIOUS
The package exhibits low risk in terms of network, shell, and obfuscation activities. However, the metadata quality and maintainer activity levels are concerning, suggesting potential issues with the package's provenance and support.
- Low maintainer activity
- Poor metadata quality
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires internet access for its functionality.
- Shell: No shell execution patterns detected, indicating no immediate risk of command injection or unauthorized system access.
- Obfuscation: No obfuscation patterns detected, indicating low risk.
- Credentials: No credential harvesting patterns detected, indicating low risk.
- Metadata: The package shows low maintainer activity and poor metadata quality, raising some suspicion but not definitive signs of malice.
Heuristic Checks
Outbound Network Calls
No suspicious network call patterns found
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: arborxr.com>
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 abxrcli
Create a fully-functional mini-app called 'ArborXR Scene Creator' that leverages the ArborXR CLI package to simplify the process of setting up and managing XR (Extended Reality) scenes. This app should allow users to easily create, modify, and deploy XR scenes without needing to delve into complex configurations and commands. Hereβs a detailed breakdown of what your app should include: 1. **User Interface**: Develop a user-friendly interface where users can input details about their desired XR scene such as environment type (indoors/outdoors), lighting conditions, and initial assets they want to include. 2. **Scene Generation**: Use the `abxrcli` package to automatically generate a basic scene based on the user inputs. Ensure that the generated scene is optimized for performance and visually appealing. 3. **Asset Management**: Integrate functionality to add, remove, or replace assets within the scene. Users should be able to upload custom models or textures and see real-time previews of how these changes affect the scene. 4. **Deployment Options**: Provide options for deploying the created scene across different platforms (e.g., ARKit, ARCore, WebXR). Utilize the `abxrcli` deployment capabilities to streamline this process. 5. **Customization Tools**: Include tools that allow for fine-tuning aspects of the scene such as camera angles, field of view adjustments, and interaction points for user engagement. 6. **Documentation & Support**: Automatically generate documentation for the created scene, detailing setup steps, asset usage, and any customizations made. This documentation should be accessible both within the app and exportable as a PDF or Markdown file. The 'ArborXR Scene Creator' should showcase the power and ease-of-use of the ArborXR CLI package while providing a valuable tool for developers and designers looking to quickly prototype and deploy XR experiences.