tweak
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes platform-specific commands (
openon macOS,starton Windows, andxdg-openon Linux) to open the injected HTML files for user interaction. It also leverages standard utilities likegrepandsed(or Node.js scripts) to manage the lifecycle of the injected panel and ensure clean removal. These actions are standard for development-oriented automation and are used appropriately within the scope of the skill. - [SAFE]: The skill demonstrates a high level of robustness by including explicit safety warnings and procedures for its own removal. It addresses potential 'traps' where naive string matching might corrupt the target file. It also performs idempotency checks to avoid duplicate injections and does not require any network access or external dependencies.
Audit Metadata