artp

v0.2.48 suspicious
8.0
High Risk

?????????? ? ????????? ????????? ??? Python

πŸ€– AI Analysis

Final verdict: SUSPICIOUS

The package exhibits high obfuscation risks due to the use of eval() with user input, which can lead to code injection. Additionally, there are signs of low maintainer activity and potential typosquatting, which further raises concerns.

  • High obfuscation risk due to use of eval() with user input
  • Potential typosquatting targeting 'arq' and 'amqp'
Per-check LLM notes
  • Obfuscation: The use of eval() with user input is highly suspicious and can be used for code injection.
  • Credentials: No clear patterns of credential harvesting were detected.
  • Metadata: The package shows signs of low maintainer activity and potential typosquatting, raising suspicion.
  • ⚠ Typosquatting target: arq, amqp

πŸ“¦ Package Quality Overall: Low (1.2/10)

β—‹ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
β—‹ Low Documentation 1.0

No documentation detected

  • No documentation URL, doc files, or meaningful description found
β—‹ 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 score 7.5

Found 5 network call pattern(s)

  • try: urllib.request.urlretrieve(url, path) except:
  • urllib.request.urlretrieve(url, jar_path) exce
  • try: urllib.request.urlretrieve(url, filepath) add(f"βœ…
  • Π»ΠΈΠΎΡ‚Π΅ΠΊΠΈ...") urllib.request.urlretrieve(url, natives_jar) add("πŸ“¦ Распако
  • try: urllib.request.urlretrieve(url, jar_path) dl_status.co
⚠ Code Obfuscation score 4.0

Found 2 obfuscation pattern(s)

  • result = eval(entry.get()) entry.delete(0, tk.END)
  • NG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x01\x00\x00\x00\x01\x08\x06\x00\x00\x00\x1f\x15\xc4\x89\x00\x00\x00\nIDATx\x9cc\x00\x01\x00\x00\x05\x00\x01\r\n-\xb4\x00\x00\x0
⚠ Shell / Subprocess Execution score 8.0

Found 4 shell execution pattern(s)

  • result = subprocess.run([path, "-version"], capture_output=True, text=True)
  • try: subprocess.Popen(cmd) messagebox.showinfo("УспСх!",
  • try: result = subprocess.run(['java', '-version'], capture_output=True, text=True)
  • ry: result = subprocess.run(['java', '-version'], capture_output=True, text=True)
βœ“ Credential Harvesting

No credential harvesting patterns detected

⚠ Typosquatting score 6.0

Possible typosquat of: arq, amqp

  • "artp" is 2 edit(s) from "arq"
  • "artp" is 2 edit(s) from "amqp"
βœ“ Registered Email Domain

No author email provided

βœ“ 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 "Artem" 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 artp
Create a mini-app called 'Artistic Text Generator' using the Python package 'artp'. This app will allow users to input any text and convert it into various artistic styles. The 'artp' package is designed to transform plain text into visually appealing, stylized art forms.

Step 1: Setup the Project
- Initialize a new Python project and install the 'artp' package.
- Set up a basic command-line interface (CLI) where users can interact with the app.

Step 2: Implement Core Functionality
- Integrate 'artp' into your codebase to enable text transformation.
- Develop functions that accept user input and apply different artistic styles available in 'artp'.
- Ensure the output is displayed in a readable format on the console.

Step 3: Add Advanced Features
- Incorporate a feature that allows users to save the generated artistic text as an image file.
- Implement a mode that randomly selects an artistic style from 'artp' to apply to the user's text.
- Provide an option for users to customize the color scheme of the generated artistic text.

Step 4: Enhance User Experience
- Design a simple yet effective CLI menu to guide users through the process.
- Include error handling to manage invalid inputs gracefully.
- Allow users to explore all available styles provided by 'artp' before applying them.

Step 5: Testing and Deployment
- Thoroughly test the app to ensure all features work as expected.
- Package the application as a standalone executable or upload it to a repository for easy sharing.

By following these steps, you'll create a fun and engaging tool that leverages the unique capabilities of the 'artp' package to bring text to life in creative ways.

πŸ’¬ Discussion Feed

Leave a comment

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