teams-migration
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to execute
npx @floriscornel/teams-mcp@latest authenticate, which downloads and runs code from an unverified third-party NPM package at runtime. - [CREDENTIALS_UNSAFE]: The script
Tools/MigrateChat.mjsdirectly reads and writes sensitive authentication data from~/.teams-mcp-token-cache.jsonand~/.msgraph-mcp-auth.jsonto manage Microsoft Graph API tokens. - [COMMAND_EXECUTION]: The skill invokes system commands including
nodeto run local migration tools andcurlto send data to a local endpoint. - [DATA_EXFILTRATION]: The skill performs a network operation to
http://localhost:8888/notifyusingcurl. While targeting localhost, this involves sending workflow status data to an unverified local port. - [COMMAND_EXECUTION]: The skill implements dynamic loading of configurations and preferences from the directory
~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/TeamsMigration/, allowing local files to override default behavior.
Audit Metadata