PySARibbon

v1.1.0 suspicious
4.0
Medium Risk

4种目前常见的ribbon样式.

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has incomplete metadata and lacks a clear development history, which raises concerns about its origins and trustworthiness.

  • Incomplete author information
  • No upload history
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires external services.
  • Shell: No shell executions detected, indicating no immediate signs of executing system commands.
  • Metadata: The package is newly uploaded with incomplete author information and no history, raising suspicion but not conclusive evidence of malice.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation score 10.0

Found 6 obfuscation pattern(s)

  • = b"\ \x00\x00\x05\x05\ \x00\ \x00\x18\x6f\x78\x9c\xdd\x58\xcd\x92\xe2\x36\x10\xbe\x53\xc5\x3b\ \x28\xc5\x65\x77\x0a\x16\x6c\x03\x63\x34\x27\xdb\xd8\xbb\x
  • \xe2\x36\x10\xbe\x53\xc5\x3b\ \x28\xc5\x65\x77\x0a\x16\x6c\x03\x63\x34\x27\xdb\xd8\xbb\x87\x6c\ \xe5\x67\x93\xca\xd9\xd8\x5a\x70\xad\xc7\x72\x64\x93\x61\x
  • \x34\x27\xdb\xd8\xbb\x87\x6c\ \xe5\x67\x93\xca\xd9\xd8\x5a\x70\xad\xc7\x72\x64\x93\x61\x6a\x6a\ \x9e\x2c\x87\x3c\x52\x5e\x21\x92\x65\x83\x64\x49\xc0\x64\x
  • \xc7\x72\x64\x93\x61\x6a\x6a\ \x9e\x2c\x87\x3c\x52\x5e\x21\x92\x65\x83\x64\x49\xc0\x64\xf6\xb0\ \x09\x54\x51\xb8\xbb\xd5\xfd\x49\xad\xfe\xf3\xdf\x7f\xfe\x
  • \x83\x64\x49\xc0\x64\xf6\xb0\ \x09\x54\x51\xb8\xbb\xd5\xfd\x49\xad\xfe\xf3\xdf\x7f\xfe\x35\x1c\ \x4c\x6f\x40\x55\xc7\xa4\x06\x24\xdb\x6c\x70\x01\x2a\x54\x
  • \xfe\xf3\xdf\x7f\xfe\x35\x1c\ \x4c\x6f\x40\x55\xc7\xa4\x06\x24\xdb\x6c\x70\x01\x2a\x54\xdf\x4c\ \x19\xf9\x93\xf7\x73\x43\xf1\x63\xc2\x08\xc3\x81\x40\x78\x
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: 163.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository sardkit/SARibbon-pyqt5 appears legitimate

Maintainer History score 6.0

3 maintainer concern(s) found

  • Package is very new: uploaded 3 day(s) ago
  • 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 PySARibbon
构建一个名为 'RibbonPainter' 的小型应用程序,该应用允许用户通过简单的图形界面自定义和设计带有四种常见 Ribbon 样式的按钮。该应用将使用 Python 包 'PySARibbon' 来实现 Ribbon 样式的设计和渲染。

具体步骤如下:
1. 用户可以选择四种预设的 Ribbon 样式之一来定制他们的按钮。
2. 用户可以调整按钮的颜色、字体大小、字体颜色等基本属性。
3. 应用程序将实时展示用户所做的更改,以便用户可以看到最终效果。
4. 用户可以保存他们创建的 Ribbon 按钮到本地文件,格式为 PNG 或 SVG。
5. 应用还应包括一个示例按钮库,其中包含不同样式的 Ribbon 按钮,供用户参考或直接使用。

如何使用 'PySARibbon' 包:
- 使用 'PySARibbon' 提供的 API 来加载和显示不同的 Ribbon 样式。
- 利用包中的方法来动态地改变 Ribbon 样式的属性(如颜色、边框等)。
- 将生成的 Ribbon 按钮导出为图像文件时,可以调用包中用于渲染的函数。

这个项目的目标是让用户能够轻松地创建具有专业外观的 Ribbon 按钮,并将其应用于各种需要增强视觉吸引力的应用场景。