topic-bookmarks-reorganizer
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: No network operations, hardcoded credentials, or obfuscated code segments were detected in the skill instructions or the associated Python script. The skill performs its stated purpose using standard file processing techniques.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection because it processes untrusted external data from bookmark HTML exports. Maliciously crafted bookmark titles or URLs could potentially contain instructions intended to influence the agent's behavior.
- Ingestion points: The script
scripts/reorganize_topic_bookmarks.pyreads data from a user-specified file via the--inputargument. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore content within the bookmark file.
- Capability inventory: The skill performs file reading and writing (via
pathlib.Path.read_textandwrite_text) but has no network or shell execution capabilities. - Sanitization: The script uses
html.escapeandhtml.unescapefor text handling, which prevents HTML injection but does not filter for logical prompt instructions.
Audit Metadata