core-dynamic-skills

Pass

Audited by Gen Agent Trust Hub on May 12, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes shell commands to manage local files and parse project configurations.
  • Uses mkdir -p and rm -rf to manage a dedicated local skills directory at ~/.claude/skills/.
  • Employs cat and grep to read and parse Cargo.toml files for dependency information.
  • [EXTERNAL_DOWNLOADS]: Documentation content is fetched from an external source to generate help files.
  • Accesses https://docs.rs/ via agent-browser or WebFetch tools.
  • docs.rs is a well-known service for the Rust programming community.
  • [SAFE]: The skill operations are consistent with its stated purpose of dynamic skill management for Rust developers.
  • All network operations target well-known domains related to the skill primary function.
  • File system operations are restricted to the local project and a specific user-space skills directory.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 04:05 PM