fastapi-expert

Pass

Audited by Gen Agent Trust Hub on Aug 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill instructions and reference materials adhere to security best practices for API development. It provides standard templates for FastAPI, Pydantic V2, and SQLAlchemy without any detected malicious patterns or obfuscation.\n- [CREDENTIALS_UNSAFE]: The skill correctly advises against hardcoding sensitive information, using placeholders like read-from-env and pointing users toward os.environ or settings management for handling the SECRET_KEY.\n- [EXTERNAL_DOWNLOADS]: All external libraries mentioned (such as fastapi, sqlalchemy, python-jose, and passlib) are well-known, industry-standard packages for the Python ecosystem. No suspicious or unverifiable remote sources are used.\n- [DATA_EXFILTRATION]: No network calls to untrusted domains or attempts to read sensitive system files (e.g., SSH keys, AWS credentials) were found. The network operations described are limited to local testing and standard API communication logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 27, 2026, 11:50 AM
Security Audit — agent-trust-hub — fastapi-expert