Skip to main content
Glama
peter14l

flutter-orchestrator

by peter14l

audit_flutter_security

Audit Flutter code for hardcoded secrets, insecure storage, and HTTP endpoints. Generate secure storage, biometric auth, and SSL pinning solutions.

Instructions

Audits Flutter source code for hardcoded secrets, unencrypted SharedPreferences, and insecure HTTP endpoints. Scaffolds hardware-backed Keychain/Keystore SecureStorage, Biometric Auth, and SSL Pinning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeSnippetNoFlutter code snippet to audit for security vulnerabilities.
enableBiometricsNoGenerate LocalAuthentication biometric verification service.
enableCertificatePinningNoGenerate SSL/TLS Certificate Pinning interceptor.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It states the tool both audits and scaffolds, but doesn't explain side effects—e.g., whether it modifies files, whether it's destructive, auth requirements, or the nature of the output. The scaffolding action is implied but its impact is unclear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with no fluff. The audit function is front-loaded, and the scaffolding is secondary. However, it could be more structured by separating audit and scaffold phases or mentioning output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No annotations, no output schema, and the description omits critical context: prerequisites (must be an existing Flutter project?), side effects (does it overwrite files?), operation modes (does it audit only if no flags set?), and return behavior. For a combined audit+scaffold tool, this is a significant gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers all three parameters with clear descriptions (codeSnippet, enableBiometrics, enableCertificatePinning) at 100% coverage. The description adds nothing beyond the schema; it doesn't clarify parameter usage or dependencies, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it audits Flutter code for security issues and scaffolds secure components (Keychain, biometrics, SSL pinning). This distinguishes it from general audit tools like audit_flutter_codebase or audit_flutter_accessibility, though it doesn't explicitly differentiate from those siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives (e.g., audit_flutter_codebase for general audits). It doesn't mention prerequisites, scenarios, or exclusions, so an agent must infer the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peter14l/flutter-agent-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server