topic-bookmarks-reorganizer-cn

Pass

Audited by Gen Agent Trust Hub on Mar 29, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a Python script (scripts/reorganize_topic_bookmarks.py) to parse and restructure bookmark files. It uses the standard library for all operations and requires no external dependencies.- [PROMPT_INJECTION]: The skill processes untrusted input in the form of HTML bookmark files. This constitutes an indirect prompt injection surface. The script extracts data using regular expressions and preserves raw attributes and titles in the generated output. * Ingestion points: Input bookmark HTML files processed in scripts/reorganize_topic_bookmarks.py. * Boundary markers: None. * Capability inventory: File system read/write access. * Sanitization: Folder names are escaped using html.escape, while link attributes are maintained in their original raw state.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 29, 2026, 10:41 AM