ama-xiv-combat-sim

v2026.6.1.2 suspicious
4.0
Medium Risk

Ama's FF14 Combat Sim

πŸ€– AI Analysis

Final verdict: SUSPICIOUS

The package exhibits low risk in terms of network and shell activities, but the incomplete metadata and new/inactive author account raise concerns about potential supply-chain risks.

  • Incomplete author details
  • New or inactive author account
Per-check LLM notes
  • Network: No network calls suggest normal behavior for a combat simulation tool.
  • Shell: No shell executions indicate there is no immediate risk of unauthorized system access.
  • Metadata: The author's details are incomplete and the account seems new or inactive, raising some suspicion but not conclusive evidence of malice.

πŸ“¦ Package Quality Overall: Medium (5.2/10)

✦ High Test Suite 9.0

Test suite present β€” 3 test file(s) found

  • 3 test file(s) detected (e.g. test_kill_time_estimator.py)
β—ˆ Medium Documentation 7.0

Some documentation present

  • Documentation URL: "Documentation" -> https://github.com/Amarantine-xiv/Amas-FF14-Combat-Sim_sourc
  • Detailed PyPI description (8364 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
β—ˆ Medium Multiple Contributors 5.0

Limited contributor diversity

  • 1 unique contributor(s) across 100 commits in Amarantine-xiv/Amas-FF14-Combat-Sim_source
  • Single author but highly active (100 commits)

πŸ”¬ 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

Email domain looks legitimate: xivraider.com>

βœ“ Suspicious Page Links

All external links appear legitimate

βœ“ Git Repository History

Repository Amarantine-xiv/Amas-FF14-Combat-Sim_source 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 ama-xiv-combat-sim
Your task is to create a comprehensive and user-friendly combat simulation tool for Final Fantasy XIV players using the 'ama-xiv-combat-sim' package. This tool will allow users to input their character's class, level, gear set, and active abilities to simulate different combat scenarios and evaluate potential damage output or healing throughput. Here’s a detailed breakdown of the project requirements and suggestions for features:

1. **User Input Form**: Design a form where users can select their character's class, level, and choose from predefined gear sets. Users should also be able to input custom gear pieces if needed.
2. **Ability Selection**: Provide a dropdown menu or checklist where users can select which abilities they want to include in the simulation. Each ability should have a description and cooldown times listed.
3. **Combat Scenario Setup**: Allow users to configure various combat scenarios such as single-target, AoE (Area of Effect), or boss fights with specific health pools and resistances.
4. **Simulation Engine**: Utilize the 'ama-xiv-combat-sim' package to run the simulations based on user inputs. Ensure the engine accurately reflects the mechanics of Final Fantasy XIV combat, including hit chance, critical hits, and proc rates.
5. **Results Display**: Present the simulation results in an easily digestible format. Include total damage output, average damage per second, and any relevant statistics like uptime on buffs or debuffs.
6. **Comparison Tool**: Implement a feature allowing users to compare two different setups side-by-side, highlighting differences in performance metrics.
7. **Save/Load Feature**: Enable users to save their configurations and load them later for quick access.
8. **Visualization**: Consider adding graphical representations of the data, such as bar charts showing damage over time or pie charts displaying sources of damage.
9. **Documentation**: Provide clear instructions and tooltips within the application to guide users through each step of the process.

This project aims to provide an engaging and informative experience for both casual and hardcore players, helping them optimize their gameplay strategies. Use your creativity to make the UI intuitive and visually appealing while ensuring the backend is robust and reliable.