aspose-slides

v26.5.0 suspicious
4.0
Medium Risk

Aspose.Slides for Python via .NET is a presentation file formats processing library for working with Microsoft PowerPoint files without using Microsoft PowerPoint.

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

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risk in terms of network calls, shell execution, obfuscation, and credential harvesting. However, the metadata risk is moderately high due to the maintainer having only one package and no GitHub link, raising suspicion.

  • Metadata risk due to single package and lack of GitHub link
  • No other significant risks detected
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires online services.
  • Shell: No shell execution patterns detected, indicating no direct system command execution.
  • Obfuscation: No obfuscation patterns detected, indicating low risk of malicious activity.
  • Credentials: No credential harvesting patterns detected, indicating low risk of unauthorized access.
  • Metadata: The maintainer has a single package and no GitHub link, which raises some suspicion, but there are no clear signs of typosquatting or malicious intent.

📦 Package Quality Overall: Low (2.4/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 7.0

Some documentation present

  • Documentation URL: "Docs" -> https://docs.aspose.com/slides/python-net/
  • Detailed PyPI description (5606 chars)
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
○ Low Multiple Contributors 1.0

Unable to verify contributor count: no GitHub repository found

  • No GitHub repository linked — contributor count unavailable

🔬 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

No author email provided

Suspicious Page Links score 2.0

Found 1 suspicious link(s) on the package page

  • Non-HTTPS external link: http://docs.aspose.com/slides/python-net/
Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 2.0

1 maintainer concern(s) found

  • Author "Aspose" 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 aspose-slides
Create a fully-functional mini-app named 'SlideMorpher' that allows users to convert and manipulate Microsoft PowerPoint presentations. The app should leverage the 'Aspose.Slides for Python via .NET' package to perform the following tasks:

1. **Conversion Between Formats**: Allow users to upload a PowerPoint (.pptx, .ppt, etc.) file and convert it into other supported formats like PDF, images (JPEG, PNG), and even HTML.
2. **Extract Slides as Images**: Provide functionality to extract individual slides from a presentation and save them as separate image files.
3. **Merge Presentations**: Implement a feature where multiple PowerPoint files can be merged into a single presentation.
4. **Basic Slide Manipulation**: Enable basic modifications such as adding text to slides, changing slide backgrounds, and inserting images.
5. **Interactive User Interface**: Develop a simple, intuitive GUI using Tkinter or a web interface using Flask or Django to interact with the user.
6. **Error Handling and Logging**: Ensure the app gracefully handles errors and logs them for debugging purposes.
7. **Documentation and Readme File**: Include comprehensive documentation within the code and a README.md file explaining how to install dependencies, run the application, and use its features.

The 'Aspose.Slides for Python via .NET' package will be used extensively to handle all operations related to reading, writing, converting, and manipulating PowerPoint files. Users should be able to interact with the app through the chosen interface to perform the above tasks effortlessly.

💬 Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!