PySide6

v6.11.1 suspicious
4.0
Medium Risk

Python bindings for the Qt cross-platform application and UI framework

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has low risks in terms of network usage, shell execution, obfuscation, and credential handling. However, the metadata risk score of 4 due to suspicious author information and insecure links raises concerns about its reliability.

  • Low risk in network, shell, obfuscation, and credential handling.
  • Metadata risk due to suspicious author information and lack of secure links.
Per-check LLM notes
  • Network: No network calls detected, which is normal for PySide6 as it primarily focuses on GUI development without external dependencies.
  • Shell: No shell executions detected, aligning with the expected behavior of PySide6, which does not require system-level commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: Suspicious author information and lack of secure links indicate potential unreliability.

🔬 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: qt-project.org>

Suspicious Page Links score 2.0

Found 1 suspicious link(s) on the package page

  • Non-HTTPS external link: http://clang.org/
Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 4.0

2 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with PySide6
Create a fully functional desktop application using Python's PySide6 library to manage a simple to-do list. This application should allow users to add tasks, mark them as completed, and delete them when no longer needed. Additionally, implement the following features:

1. A clean and user-friendly interface that allows easy navigation through tasks.
2. An option to filter tasks based on their completion status (e.g., 'Incomplete', 'Completed').
3. Persistent storage of tasks so that they remain even after closing the application. Use SQLite for storing data.
4. A search functionality that lets users find specific tasks by keywords.
5. Optional: Implement drag-and-drop functionality for reordering tasks.

Utilize PySide6's core features such as widgets, layouts, signals, and slots to build the GUI and handle user interactions. Ensure the application is responsive and visually appealing, adhering to modern design principles.