dart-skills-lint-setup
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill configures a development dependency fetching the
dart_skills_lintpackage from the vendor's official GitHub repository (github.com/flutter/skills.git). - [COMMAND_EXECUTION]: The instructions guide the user through standard Dart development operations, including dependency installation via
dart pub getand tool execution viadart testanddart runwithin a CI environment. - [INDIRECT_PROMPT_INJECTION]: The skill establishes a workflow for processing and validating external data (agent skills located in the
.agents/skillsdirectory), which constitutes an ingestion surface for untrusted content. - Ingestion points: Files within the
.agents/skillsdirectory processed by the linter. - Boundary markers: None explicitly defined in the setup documentation.
- Capability inventory: The workflow utilizes
dart testanddart runfor execution. - Sanitization: Validation rules (e.g.,
check-relative-paths,valid-yaml-metadata) provide a layer of structured content verification.
Audit Metadata