flutter-improve-design
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from the local repository and external design articles to generate implementation plans, which creates a surface for indirect prompt injection.
- Ingestion points: Local Dart files (
lib/), a remote catalog hosted on GitHub (github.com/kamranbekirovyz/), and remote design articles (flutterpro.design). - Boundary markers: The skill includes an explicit instruction (Rule 5) for the agent to treat all content as data and to ignore any embedded instructions that attempt to override behavior.
- Capability inventory: The agent is authorized to use
curlfor network requests,grepfor code scanning, and file-write capabilities restricted to thedocs/improvements/design/directory. - Sanitization: There is no explicit sanitization of the fetched content beyond the instructional constraint to treat it as data.
- [EXTERNAL_DOWNLOADS]: The skill performs network requests using
curlto fetch a design catalog from the author's GitHub repository and implementation details fromflutterpro.design. These downloads are essential for the skill's stated purpose of providing standardized UI/UX improvements. - [COMMAND_EXECUTION]: The workflow requires the use of
curlfor fetching remote Markdown files anddart analyzefor project analysis. The skill's instructions include 'Hard rules' that strictly prohibit the agent from running mutating commands such aspub add,git commit, or modifying any source code outside the designated documentation directory.
Audit Metadata