core-fix-skill-docs
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs maintenance tasks on local documentation files within the
~/.claude/skills/directory. This behavior is consistent with its stated purpose of fixing documentation references. - [EXTERNAL_DOWNLOADS]: The skill fetches content from
docs.rs. This is a well-known and trusted service for the Rust programming language ecosystem. The fetched content is saved as local markdown files. - [COMMAND_EXECUTION]: The skill instructions include standard shell commands for directory navigation and file checking. It also references the
agent-browserCLI tool to retrieve documentation content, which is used within the scope of its maintenance function. - [DATA_EXPOSURE]: The skill reads local
SKILL.mdfiles to extract reference paths. It does not access sensitive system credentials, private keys, or configuration files (e.g.,.ssh,.aws, or.env).
Audit Metadata