tentacle-markdown2html
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a markdown-to-HTML conversion utility that relies on a remote service provided by the vendor. Behavior matches the documentation provided.
- [DATA_EXFILTRATION]: The script reads local markdown files and transmits the content, along with an API key retrieved from a local environment file, to the vendor's endpoint at https://api.tentacle.pro/markdown2html. This is considered expected behavior for the vendor's (tentacle-pro) API-based processing service.
- [COMMAND_EXECUTION]: The script utilizes standard filesystem operations (fs.readFileSync and fs.writeFileSync) to manage input documents and save the resulting HTML files to the local disk.
Audit Metadata