Trust Assessment
apollo-io received a trust score of 83/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 3 findings: 0 critical, 0 high, 2 medium, and 1 low severity. Key findings include Missing required field: name, Suspicious import: requests, Unpinned external dependency.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/kesslerio/apollo-io/SKILL.md:1 | |
| 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/kesslerio/apollo-io/apollo.py:8 | |
| LOW | Unpinned external dependency The skill uses the 'requests' library without specifying a version constraint. This can lead to unexpected behavior or security vulnerabilities if a new, incompatible, or malicious version of the library is installed. Without a `requirements.txt` or similar dependency manifest, the exact version of `requests` used is not controlled. Add a `requirements.txt` file to the skill package, pinning `requests` to a specific, known-good version (e.g., `requests==2.28.1`). Ensure all external dependencies are explicitly version-controlled. | LLM | apollo.py:13 |
Scan History
Embed Code
[](https://skillshield.io/report/7af453fd3ebfd521)
Powered by SkillShield