lark-hirono-sync
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides documentation for various CLI commands necessary for the tool's operation.
lark-hirono sync --from <url> --to <url>: Main synchronization command.lark-cli config init: Prerequisite configuration step for authentication.npx tsx bin/lark-hirono.ts sync: Local development execution method.- [EXTERNAL_DOWNLOADS]: The skill instructs users to download standard dependencies for browser automation.
npm install playwright: Installation of the Playwright framework.npx playwright install chromium: Download of the Chromium browser binary required for image synchronization.- [SAFE]: No malicious intent or suspicious activities such as prompt injection, data exfiltration, or code obfuscation were found. The tool's use of local configuration directories and session cookies is standard for authenticated CLI utilities.
Audit Metadata