ms-teams-setup
Warn
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx -y teams-mcpto download and execute an external package from the public NPM registry. The package's source code and origin are not verifiable from the skill content. - [COMMAND_EXECUTION]: The setup process executes shell commands via
npxto initialize the Teams MCP server and modifies local configuration files (.mcp.jsonandSystem/integrations/config.yaml) to maintain the integration. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) as it ingests untrusted data from external sources for summarization without explicit safety boundaries.
- Ingestion points:
teams_list_chats(),teams_list_channels(), andteams_search_messages()defined inSKILL.md. - Boundary markers: Absent; no instructions are provided to the agent to ignore embedded commands in the fetched messages.
- Capability inventory: Ability to execute shell commands via
npxand perform file-system writes to configuration files, as specified inSKILL.md. - Sanitization: No evidence of input validation, filtering, or escaping before external data is presented to the agent.
Audit Metadata