Trust Assessment
mijia received a trust score of 18/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 6 findings: 1 critical, 3 high, 1 medium, and 0 low severity. Key findings include File read + network send exfiltration, Sensitive path access: AI agent config, Unpinned Python dependency version.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Static Code Analysis layer scored lowest at 55/100, indicating areas for improvement.
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 Findings6
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | File read + network send exfiltration AI agent config/credential file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/hqman/mijia/SKILL.md:44 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.clawdbot/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/hqman/mijia/SKILL.md:38 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/hqman/mijia/SKILL.md:44 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.clawdbot/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/hqman/mijia/SKILL.md:92 | |
| MEDIUM | Unpinned Python dependency version Dependency 'mijiaapi>=3.0.5' is not pinned to an exact version. Pin Python dependencies with exact versions where feasible. | Dependencies | skills/hqman/mijia/pyproject.toml | |
| INFO | Unpinned (minimum version) dependency The `pyproject.toml` specifies the `mijiaapi` dependency with a minimum version (`mijiaapi>=3.0.5`). While this ensures a baseline, it allows for automatic updates to any newer version, including minor and potentially major releases. If a future version of `mijiaapi` introduces a vulnerability or breaking change, it could be pulled into the skill without explicit review, potentially leading to unexpected behavior or security issues. Pinning to an exact version or a strict major version provides more control and reduces the risk of unintended updates. Consider pinning the `mijiaapi` dependency to an exact version (e.g., `mijiaapi==3.0.5`) or a strict major version (e.g., `mijiaapi~=3.0.5`) to ensure deterministic builds and prevent unexpected changes or vulnerabilities from being introduced by future updates. | LLM | pyproject.toml:7 |
Scan History
Embed Code
[](https://skillshield.io/report/4619bde11904db35)
Powered by SkillShield