add-feishu
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the
@larksuiteoapi/node-sdkpackage from the public NPM registry. This is the official library provided by ByteDance for interacting with the Feishu/Lark Open Platform. - [COMMAND_EXECUTION]: Utilizes system commands for skill application and service management. Runs
npx tsx scripts/apply-skill.tsto perform the code integration and useslaunchctl(macOS) orsystemctl(Linux) to restart the agent service after installation. - [SAFE]: No malicious behavior, obfuscation, or unauthorized data access detected. The skill handles sensitive credentials (App ID and Secret) through standard environment variables and connects exclusively to the official Feishu API endpoints (
open.feishu.cn). The message ingestion surface insrc/channels/feishu.tsis limited to communication functionality without introducing dangerous capabilities.
Audit Metadata