Back to Home
RocketPy-Team icon

Infinity-API

Verified Safe

by RocketPy-Team

Overview

Performs rocket simulations, stores input data, and provides an API for managing rocket components and flights.

Installation

Run Command
gunicorn -k uvicorn.workers.UvicornWorker src:app -b 0.0.0.0:3000

Environment Variables

  • MONGODB_CONNECTION_STRING
  • UPTRACE_DSN

Security Notes

The application uses Pydantic for input validation, environment variables for secrets (MONGODB_CONNECTION_STRING, UPTRACE_DSN), and structured logging for auditability. It uses 'dill' for serializing RocketPy objects for download, which carries an inherent risk if arbitrary deserialization from untrusted sources were allowed (which it is not directly exposed in this API). The `fastmcp` integration uses an experimental OpenAPI parser, which might introduce unforeseen vulnerabilities. Overall, good practices are followed for a server handling complex object serialization.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens750
Stars7
Forks3
Last Update2026-01-11

Tags

Rocket SimulationAPIFastAPIMongoDBPhysics