Trust Assessment
mintyouragent received a trust score of 20/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 7 findings: 1 critical, 1 high, 5 medium, and 0 low severity. Key findings include Network egress to untrusted endpoints, Suspicious import: requests, Potential data exfiltration: file read + network send.
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 12, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings7
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Network egress to untrusted endpoints Python requests POST/PUT to URL Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/operatingdev/mintyouragent/mya.py:566 | |
| HIGH | Potential data exfiltration: file read + network send Function 'upload_metadata_to_pump' reads files and sends data over the network. This may indicate data exfiltration. Review this function to ensure file contents are not being sent to external servers. | Static | skills/operatingdev/mintyouragent/mya.py:555 | |
| 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/operatingdev/mintyouragent/mya.py:180 | |
| MEDIUM | Unpinned Python dependency version Dependency 'solders>=0.20.0' is not pinned to an exact version. Pin Python dependencies with exact versions where feasible. | Dependencies | skills/operatingdev/mintyouragent/pyproject.toml | |
| MEDIUM | Unpinned Python dependency version Requirement 'solders>=0.20.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/operatingdev/mintyouragent/requirements.txt:5 | |
| MEDIUM | Unpinned Python dependency version Requirement 'requests>=2.28.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/operatingdev/mintyouragent/requirements.txt:6 | |
| MEDIUM | Insecure SSL/TLS verification bypass option The skill documentation provides an environment variable `MYA_SSL_VERIFY` that, when set to `false`, disables SSL/TLS certificate verification. While marked as 'not recommended' in troubleshooting, its presence as a configurable option creates a significant security risk. Disabling SSL/TLS verification makes network communications vulnerable to Man-in-the-Middle (MITM) attacks, allowing potential interception, alteration, or exfiltration of sensitive data (e.g., wallet information, transaction details, API keys) by an attacker. This undermines the integrity and confidentiality of data exchanged with API endpoints and RPCs. Remove the `MYA_SSL_VERIFY` option entirely. SSL/TLS verification should always be enabled to ensure secure communication. If users encounter SSL errors, they should be guided to resolve the underlying certificate or network issues rather than bypassing critical security controls. | LLM | SKILL.md:207 |
Scan History
Embed Code
[](https://skillshield.io/report/1c5c7f899f57f564)
Powered by SkillShield