assembling-components

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the Rust toolchain via its official website (sh.rustup.rs). This is a well-known and trusted service for the Rust programming language.
  • [INDIRECT_PROMPT_INJECTION]: The scaffolding scripts (generate_scaffold.py) ingest user-provided project metadata such as name, description, and author to generate project files. This constitutes an ingestion surface; however, the behavior is consistent with the skill's intended purpose as a development utility and presents minimal risk to the agent environment.
  • [DYNAMIC_EXECUTION]: The skill includes utilities (generate_scaffold.py, generate_exports.py) that generate code files and barrel exports based on local project state. These are standard development tools for project organization and do not involve the execution of untrusted or remote code.
  • [COMMAND_EXECUTION]: The skill instructions include several shell commands for installing dependencies, running development servers, and performing static analysis (using the provided Python scripts). All commands are standard for the described development workflows and target official package registries.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 09:33 AM
Security Audit — agent-trust-hub — assembling-components