Feishu News

Security checks across malware telemetry and agentic risk

Overview

This skill does not show dangerous system access, but it claims to fetch live Feishu news while the included code only returns hardcoded sample articles.

Review before installing or relying on it. It appears low-risk for your device, but treat it as a demo/mock rather than a real Feishu news connector unless the publisher updates the code and documentation to match, narrows activation to explicit Feishu-news requests, and pins dependencies.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (7)

Vague Triggers

Medium
Confidence
89% confidence
Finding
The trigger phrases are very broad and map to common user requests like asking for recent news, which increases the chance of the skill activating in situations where the user did not explicitly intend Feishu access. Because the skill reaches an external news source, vague activation can cause unintended data access or unexpected tool use, especially in multi-skill environments.

Missing User Warnings

Low
Confidence
84% confidence
Finding
The skill documentation states that it uses Feishu's API but does not warn users that external API access will occur. This reduces transparency and can lead to unexpected outbound requests or retrieval of third-party content without clear user awareness.

Unpinned Dependencies

Low
Category
Supply Chain
Content
# Feishu News Skill Requirements

# Base dependencies for Feishu integration
feishu-sdk>=1.0.0

# For web fetching and parsing
requests>=2.25.1
Confidence
97% confidence
Finding
feishu-sdk>=1.0.0

Unpinned Dependencies

Low
Category
Supply Chain
Content
feishu-sdk>=1.0.0

# For web fetching and parsing
requests>=2.25.1
beautifulsoup4>=4.9.3

# For data processing
Confidence
99% confidence
Finding
requests>=2.25.1

Unpinned Dependencies

Low
Category
Supply Chain
Content
# For web fetching and parsing
requests>=2.25.1
beautifulsoup4>=4.9.3

# For data processing
pandas>=1.2.0
Confidence
96% confidence
Finding
beautifulsoup4>=4.9.3

Unpinned Dependencies

Low
Category
Supply Chain
Content
beautifulsoup4>=4.9.3

# For data processing
pandas>=1.2.0
Confidence
98% confidence
Finding
pandas>=1.2.0

Known Vulnerable Dependency: requests — 10 advisory(ies): CVE-2014-1830 (Exposure of Sensitive Information to an Unauthorized Actor in Requests); CVE-2024-47081 (Requests vulnerable to .netrc credentials leak via malicious URLs); CVE-2024-35195 (Requests `Session` object does not verify requests after making first request wi) +7 more

High
Category
Supply Chain
Confidence
95% confidence
Finding
requests

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal