fastmcp
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content, code templates, and utility scripts for developing with the FastMCP framework. All analyzed components are consistent with their stated purpose.
- [SAFE]: Process management commands (such as
kill -9) identified in the documentation and testing scripts are standard developer utilities used to manage local server instances and clear network ports during development and automated testing. - [SAFE]: The provided scripts (
check-versions.sh,deploy-cloud.sh, andtest-server.sh) perform benign environment checks, validation, and testing tasks without downloading or executing untrusted remote code. - [SAFE]: The code templates implement security best practices, such as preventing hardcoded credentials by using environment variables and providing examples of input validation using Pydantic.
- [SAFE]: All listed dependencies are well-known, legitimate packages available on the official Python Package Index (PyPI).
Audit Metadata