Trust Assessment
protico-agent-skill received a trust score of 73/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 0 high, 4 medium, and 0 low severity. Key findings include Missing required field: name, Suspicious import: requests, Current page URL sent to third-party API.
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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings4
| 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/howieyoung/protico-agent-skill/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/howieyoung/protico-agent-skill/examples/python/basic_interaction.py:10 | |
| MEDIUM | Current page URL sent to third-party API The skill's example code demonstrates sending the agent's current browsing URL (`roomUrl`) to an external API endpoint (`https://main.protico.io/api/live-community-feed/`). This constitutes data exfiltration, as the agent's browsing context is shared with a third-party service (protico.io). While potentially intended for platform functionality, it's a privacy consideration. Ensure that sharing the agent's browsing context (URLs) with `protico.io` is an intended and acceptable behavior for the agent's owner. If not, consider anonymizing or restricting the `roomUrl` sent to the API, or disabling this functionality if privacy requirements are stricter. | LLM | examples/javascript/detect_frame.js:109 | |
| MEDIUM | Current page URL sent to third-party API The skill's example code demonstrates sending the agent's current browsing URL (`room_url`) to an external API endpoint (`https://main.protico.io/api/live-community-feed/`). This constitutes data exfiltration, as the agent's browsing context is shared with a third-party service (protico.io). While potentially intended for platform functionality, it's a privacy consideration. Ensure that sharing the agent's browsing context (URLs) with `protico.io` is an intended and acceptable behavior for the agent's owner. If not, consider anonymizing or restricting the `room_url` sent to the API, or disabling this functionality if privacy requirements are stricter. | LLM | examples/python/basic_interaction.py:100 |
Scan History
Embed Code
[](https://skillshield.io/report/f9d5a3467e840e9a)
Powered by SkillShield