markdown-syntax-guide
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation and reference tool for Markdown extensions. It provides static examples of HTML tags, Mermaid diagrams, and specialized JSON-in-comment configurations.
- [COMMAND_EXECUTION]: The skill includes a local Python script (
scripts/lookup.py) for querying syntax snippets. This script performs basic JSON parsing of a local data file (data/syntax-snippets.json) and does not execute arbitrary commands, access the network, or handle untrusted external input. - [DATA_EXPOSURE]: The skill does not access sensitive system files or credentials. All examples use placeholder URLs (
example.com). - [REMOTE_CODE_EXECUTION]: There are no patterns suggesting the download or execution of remote code. The dependencies are limited to standard Python libraries (
json,sys,pathlib).
Audit Metadata