simple-deck
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill generates static HTML artifacts based on a local template (
assets/template.html). No network operations or external downloads are performed during the execution of the skill. - [COMMAND_EXECUTION]: The workflow suggests using
grepto verify HTML classes in the generated file (index.html). This is a benign use of a standard system utility for quality assurance purposes. - [DATA_EXFILTRATION]: The provided navigation script uses
localStorageto save and restore the user's slide position (od-deck-pos). This data remains strictly within the user's browser environment and is not transmitted to any external server. - [REMOTE_CODE_EXECUTION]: The skill does not include any mechanism to fetch or execute code from remote sources. All CSS and JavaScript are self-contained within the generated HTML file.
Audit Metadata