Trust Assessment
ai-ppt-generator received a trust score of 90/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Suspicious import: requests, Unpinned external dependency 'requests'.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/ide-rea/ai-ppt-generator/scripts/generate_ppt.py:3 | |
| LOW | Unpinned external dependency 'requests' The skill's primary script `scripts/generate_ppt.py` uses the external `requests` library without specifying a pinned version in a `requirements.txt` or similar dependency management file. This can lead to supply chain risks, including unexpected behavior, security vulnerabilities, or breaking changes if a new, incompatible, or compromised version of `requests` is installed. Add a `requirements.txt` file to the skill package specifying `requests` with a pinned version (e.g., `requests==2.28.1`) or a version range. Ensure all external dependencies are explicitly managed to mitigate supply chain risks. | LLM | scripts/generate_ppt.py:5 |
Scan History
Embed Code
[](https://skillshield.io/report/73c1726ce7f48aa7)
Powered by SkillShield