ptlam-agent-os-code-style-dart-flutter
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a robust framework for Dart and Flutter development, emphasizing architectural layering, type safety, and observable behavior. It explicitly mandates security best practices, such as preventing the logging of sensitive information (credentials, tokens, personal data) and using secure storage mechanisms for secrets.
- [COMMAND_EXECUTION]: The instructions reference standard local development commands using the Flutter and Dart toolchains, including
fvm flutter test,melos bootstrap, anddart analyze. These are standard practices for developers managing Flutter environments and monorepos. - [EXTERNAL_DOWNLOADS]: The documentation mentions several well-known third-party packages from the official Dart registry (pub.dev), including
dio,flutter_bloc, andmocktail. These are standard, reputable libraries within the ecosystem. - [DYNAMIC_EXECUTION]: The skill explicitly forbids the use of code generation tools (like
build_runner) to maintain performance and predictability in agent-driven development environments, favoring hand-written implementations for DTOs and unions.
Audit Metadata