standardize-wiki-docs
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts,
parse_docs.pyandgenerate_gaps.py, to parse office documents and generate Excel reports. This execution is limited to processing the user-provided document directories. - [EXTERNAL_DOWNLOADS]: The scripts require standard Python libraries,
python-docxandopenpyxl, for document manipulation. These are common, trusted packages in the Python ecosystem. - [PROMPT_INJECTION]: The skill ingests untrusted data from external docx, xlsx, and md files, which presents a surface for indirect prompt injection.
- Ingestion points: Documentation reading steps in
SKILL.mdand theparse_docs.pyscript. - Boundary markers: None are explicitly defined to isolate document content from the agent's instructions.
- Capability inventory: Includes local file system access (read/write) and execution of the skill's own Python scripts.
- Sanitization: The skill does not perform specific sanitization or filtering of the text extracted from the source documents.
Audit Metadata