skills/a16z/jolt/new-objective/Gen Agent Trust Hub

new-objective

Pass

Audited by Gen Agent Trust Hub on Apr 27, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses standard Rust development tools including cargo fmt, cargo clippy, cargo nextest, and cargo bench to validate generated code. It also executes a project-local script sync_targets.sh which is part of the repository's internal tooling.
  • [PROMPT_INJECTION]: The skill implements strict validation for the objective name argument, ensuring it is a valid Rust identifier (lowercase alphanumeric and underscores), which mitigates risks associated with malformed or malicious identifiers.
  • [DATA_EXPOSURE]: The skill reads existing Rust source files (e.g., mod.rs, lloc.rs) to understand the project structure and dispatch methods, which is necessary for its function as a code generation and registration tool within the development environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 27, 2026, 07:36 PM