awx-tui

v2026.5.0 safe
4.0
Medium Risk

Terminal User Interface for AWX - Rage Tater Edition

🤖 AI Analysis

Final verdict: SAFE

The package shows low risks across various categories, including network, shell, obfuscation, and credential handling. The metadata risk is slightly elevated due to the maintainer's author name being missing or inactive, but there is no strong evidence of malicious activity.

  • Low risk scores in all areas except metadata.
  • Metadata risk due to missing maintainer information.
Per-check LLM notes
  • Network: The network call patterns are expected as the package likely interacts with an API over HTTP/HTTPS.
  • Shell: No shell execution patterns were detected.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer's author name is missing and appears to be new or inactive, which could indicate potential issues but does not strongly suggest malicious intent.

📦 Package Quality Overall: Medium (6.6/10)

✦ High Test Suite 9.0

Test suite present — 1 test file(s) found

  • Test runner config found: pyproject.toml
  • 1 test file(s) detected (e.g. test_advanced_api_mode.py)
◈ Medium Documentation 5.0

Some documentation present

  • Detailed PyPI description (17061 chars)
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
◈ Medium Type Annotations 7.0

Partial type annotation coverage

  • Type checker (mypy / pyright / pytype) referenced in project
  • 240 type-annotated function signatures detected in source
✦ High Multiple Contributors 10.0

Active multi-contributor project

  • 7 unique contributor(s) across 79 commits in ansible-community/awx-tui
  • Active community — 5 or more distinct contributors

🔬 Heuristic Checks

Outbound Network Calls score 3.0

Found 2 network call pattern(s)

  • ) self.session = httpx.AsyncClient( base_url=self.config.url, h
  • ent is None: client = httpx.AsyncClient(verify=verify_ssl, timeout=timeout) owns_client = Tr
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: redhat.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository ansible-community/awx-tui appears legitimate

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 awx-tui
Create a terminal-based project management tool named 'TUI-Projector' that integrates with Ansible AWX using the 'awx-tui' package. This tool will serve as a command-line interface (CLI) for managing projects, jobs, and inventory within AWX. The application should provide functionalities such as listing all available projects, triggering job executions, and viewing job statuses directly from the terminal. Additionally, users should be able to manage inventories by adding new hosts, modifying existing ones, and deleting unnecessary entries. The 'awx-tui' package will be used to interact with the AWX API and display information in a user-friendly terminal interface. Implement a feature to save user preferences and settings between sessions, ensuring a seamless experience. To make the application more engaging, include a feature that allows users to customize their interface theme (light or dark mode). Ensure the application is well-documented, with clear instructions on installation, configuration, and usage. Lastly, consider adding a help section within the application that provides quick access to documentation and common troubleshooting tips.

💬 Discussion Feed

Leave a comment

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