Back to Home
vibecodiq icon

asa-starter-kit

Verified Safe

by vibecodiq

Overview

A deterministic Python CLI for generating and managing production-ready, slice-based FastAPI backend code, ensuring architectural standards and preserving custom logic during regeneration.

Installation

Run Command
uvicorn main:app --reload --port 8001

Security Notes

The core ASA CLI tool focuses on deterministic code generation and architectural enforcement (e.g., boundary linting), which inherently promotes secure development practices. It does not use `eval` or other known dangerous functions. Hardcoded secrets are not present in the provided core logic or demo snippets. The generated FastAPI application's runtime security depends heavily on the user's implementation of business logic within the provided markers (e.g., for JWT generation, database interactions). The linter actively prevents cross-domain import violations.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2025-12-05

Tags

Code GenerationFastAPIPython CLIArchitectural ToolMicroservices