dart-use-ffigen
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
ffigenpackage from pub.dev, which is the official package registry for the Dart ecosystem. - [COMMAND_EXECUTION]: The skill employs standard Dart SDK CLI commands, specifically
dart pub add,dart run, anddart analyze, to manage project dependencies and execute the code generation workflow. - [REMOTE_CODE_EXECUTION]: The workflow involves generating a local Dart script (
tool/ffigen.dart) and executing it to run theffigenlibrary; this represents a standard automated code generation process using local project resources. - [SAFE]: No malicious patterns such as prompt injection, credential harvesting, data exfiltration, or obfuscation were detected. All external links and packages refer to official and trusted Dart/Google resources.
Audit Metadata