knowledge-searcher
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script (
search_kb.py) that performs standard file system operations such as directory scanning, file reading, and writing search results to JSON and Markdown files. These operations are restricted to the local knowledge base directory and an output directory provided via command-line arguments. - [EXTERNAL_DOWNLOADS]: The script optionally utilizes the
python-docxlibrary for parsing Word documents. While it mentions the library, it does not attempt to automatically install it or download any remote scripts; it merely informs the user to install it via pip if missing. - [DATA_EXPOSURE]: The skill reads local document files (Word, PDF, Markdown) to extract content for answering questions. This data processing is performed locally, and results are stored in a local output directory. There is no evidence of network transmission or data exfiltration to external domains.
Audit Metadata