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.py and generate_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-docx and openpyxl, 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.md and the parse_docs.py script.
  • 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
Risk Level
SAFE
Analyzed
Mar 16, 2026, 08:57 AM