skills/pedronauck/skills/ratatui-tui/Gen Agent Trust Hub

ratatui-tui

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or data exfiltration vectors were detected during the analysis of the skill body or the provided code templates.
  • [COMMAND_EXECUTION]: The skill provides instructions for standard local development tasks, such as copying template assets into a new project and executing the application using cargo run. These actions are intended for use by a developer in a local environment and do not involve unsanitized user input or suspicious shell execution.
  • [EXTERNAL_DOWNLOADS]: The templates include Cargo.toml and Cargo.lock files that reference dependencies from the official Rust crate registry (crates.io). All referenced packages, such as ratatui, tokio, and crossterm, are well-known, widely used libraries in the Rust ecosystem.
  • [DATA_EXFILTRATION]: While the async-patterns.md reference documentation provides examples of how to perform network requests using the reqwest crate, this is presented as a code snippet for architectural guidance rather than active code within the skill itself. No sensitive data access or unauthorized network operations were found in the template code.
  • [SAFE]: The component-app template implements standard logging and configuration management, reading from and writing to local directories (e.g., ~/.config/component-app/config.toml and ~/.local/share/component-app/logs/app.log). These operations utilize the standard dirs crate and follow platform-specific best practices for TUI applications.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 01:53 AM