fastmcp
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for the FastMCP framework. The implementation patterns for tools, resources, and prompts follow standard software development practices.
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
fastmcppackage via npm. This package is the core framework related to the skill and the author's primary toolset. - [COMMAND_EXECUTION]: Includes CLI usage patterns such as
npx fastmcp devfor local development and testing, which is expected for developer-focused tooling. - [SAFE]: Authentication examples (API keys, OAuth) use best practices such as referencing environment variables (
process.env.GOOGLE_CLIENT_SECRET) rather than hardcoding sensitive credentials.
Audit Metadata