core-fix-skill-docs

Pass

Audited by Gen Agent Trust Hub on May 13, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • [SAFE]: The skill performs legitimate maintenance tasks by checking the integrity of local skill documentation files. Access is restricted to internal directories (~/.claude/skills) for relevant maintenance work.
  • [EXTERNAL_DOWNLOADS]: It fetches documentation from docs.rs. This is a well-known and trusted service for Rust programming language documentation. The rule for well-known services applies here as the functionality is clearly intended for documentation retrieval.
  • [COMMAND_EXECUTION]: Uses local CLI tools like agent-browser for fetching web content and standard file operations, which is consistent with its stated purpose. The skill includes a disable-model-invocation flag, ensuring it only runs when explicitly invoked by the user.
  • [DATA_EXFILTRATION]: No sensitive data access or unauthorized network transmissions detected. Network access is scoped to the public docs.rs domain.
Audit Metadata
Risk Level
SAFE
Analyzed
May 13, 2026, 09:22 AM