PyQt6-WebEngine-Qt6

v6.11.1 safe
3.0
Low Risk

The subset of a Qt installation needed by PyQt6-WebEngine.

⚠ Tarball exceeded 25 MB — source code analysis was limited to package metadata only.

🤖 AI Analysis

Final verdict: SAFE

The PyQt6-WebEngine-Qt6 package shows minimal risk indicators across network, shell, obfuscation, and credential checks. The primary concern is the metadata quality, but this alone does not suggest malicious intent.

  • Low network and shell risk
  • No signs of obfuscation or credential harvesting
  • Metadata quality concerns indicate low effort in package maintenance
Per-check LLM notes
  • Network: No network calls detected, which is normal for a GUI library without internet functionality.
  • Shell: No shell executions detected, which is expected as GUI libraries typically do not require system command execution.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer has a new or inactive PyPI account and lacks PyPI classifiers, indicating low effort in metadata management.

🔬 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: riverbankcomputing.com

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 "Riverbank Computing Limited" 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 PyQt6-WebEngine-Qt6
Create a simple yet powerful web-based file explorer using PyQt6-WebEngine-Qt6. This application should allow users to browse files and directories on their local machine through a web interface embedded within the desktop application. Users should be able to navigate through different directories, view file details such as size and modification date, and perform basic actions like opening files, renaming, and deleting them.

Key Features:
1. A clean, user-friendly interface built with PyQt6 that embeds a web engine provided by PyQt6-WebEngine-Qt6.
2. Navigation through directories via clickable links or breadcrumbs.
3. Display of file details (name, size, type, last modified date) in a tabular format.
4. Basic file operations: open, rename, delete.
5. Search functionality to find files based on name or type.
6. Ability to upload/download files from/to the local filesystem.
7. Responsive design to accommodate different screen sizes and resolutions.

How to Utilize PyQt6-WebEngine-Qt6:
- Use PyQt6 to create the main window and layout of the application.
- Embed a web engine using PyQt6-WebEngine-Qt6 to render the file explorer interface.
- Implement a backend service that serves the file system data in a way that can be consumed by the web engine (e.g., JSON).
- Develop frontend logic using HTML, CSS, and JavaScript to interact with the backend and display file information.
- Ensure that all file operations are performed securely and efficiently, leveraging the capabilities of PyQt6-WebEngine-Qt6 for seamless integration between the desktop application and the web-based interface.