smart-doc-manager
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes common command-line utilities such as
find,grep,ripgrep,git, andjqto analyze the local codebase and manage documentation files. These operations are essential for the skill's core functions of auditing and reorganization. - [EXTERNAL_DOWNLOADS]: Reference materials suggest using well-known third-party tools like
markdown-link-check(via NPM) andlychee(via Cargo) for documentation maintenance tasks. - [DATA_EXFILTRATION]: A Python script provided in the reference guides uses the
requestslibrary to verify the availability of external links within documentation. This network access is localized to the link validation process and is necessary for its documented functionality.
Audit Metadata