flutter-mcp-toolkit-custom-tools
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for developers to register custom MCP tools and resources in Flutter apps. It does not contain any executable malicious code.
- [SAFE]: The documentation explicitly promotes security best practices, instructing developers to treat handlers as "powerful debug hooks" and to avoid exposing secrets or performing unchecked I/O operations.
- [SAFE]: The code examples demonstrate the use of strict JSON schemas (
additionalProperties: false,requiredfields) for input validation, which helps mitigate risks associated with malformed or malicious inputs passed to the application logic.
Audit Metadata