aspose-words

v26.5.0 safe
3.0
Low Risk

Aspose.Words for Python is a Document Processing library that allows developers to work with documents in many popular formats without needing Office Automation.

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

🤖 AI Analysis

Final verdict: SAFE

The package shows very low risks across multiple dimensions and does not exhibit any suspicious behavior indicative of a supply-chain attack.

  • No network calls or shell executions detected.
  • Low metadata risk due to a single package from the maintainer.
Per-check LLM notes
  • Network: No network calls detected, which is normal for a document processing library.
  • Shell: No shell execution patterns detected, indicating no immediate signs of malicious activity.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer has only one package, which may indicate a new or less active account, raising some suspicion but not enough to conclusively determine malice.

📦 Package Quality Overall: Low (4.6/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/words/python-net/
  • Detailed PyPI description (6787 chars)
○ Low Contributing Guide 4.0

No contributing guide or governance files found

  • Development Status classifier >= Beta
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
✦ High Multiple Contributors 10.0

Active multi-contributor project

  • 7 unique contributor(s) across 100 commits in aspose-words/Aspose.Words-for-Python-via-.NET
  • Active community — 5 or more distinct contributors

🔬 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

All external links appear legitimate

Git Repository History

Repository aspose-words/Aspose.Words-for-Python-via-.NET appears legitimate

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-words
Create a document automation tool using the Aspose.Words for Python package. This tool will allow users to generate, manipulate, and convert various types of documents programmatically. The application should include the following core functionalities:

1. **Document Generation**: Users should be able to create new Word documents from scratch. This includes setting up basic document structure such as headers, footers, and page margins.
2. **Text Insertion and Formatting**: Allow users to insert text into specific sections of the document and apply various formatting options like font style, size, color, and bold/italic/underline.
3. **Image Embedding**: Provide functionality to embed images into the document at specified positions, with options to set image sizes and alignments.
4. **Table Creation**: Enable the creation of tables within the document with customizable rows and columns. Users should also be able to add data to these tables.
5. **Document Conversion**: Implement the ability to convert Word documents to other formats such as PDF, HTML, and RTF.
6. **Template Usage**: Support loading pre-designed templates to speed up document creation processes. Users should be able to customize these templates with their own content.
7. **Export Options**: Offer users different export options for saving the final document, including file naming conventions and directory selection.

The application should have a simple GUI built with Tkinter, making it user-friendly for non-programmers. Additionally, ensure that all operations performed on the document are handled efficiently by utilizing the Aspose.Words API effectively. For instance, use its methods for document creation, text manipulation, image handling, table management, and conversion functionalities. The goal is to demonstrate the versatility and power of Aspose.Words in real-world applications.

💬 Discussion Feed

Leave a comment

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