Trust Assessment
molt-solver received a trust score of 84/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, Node lockfile missing, Direct Access to API Credentials File.
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/0xraini/molt-solver/SKILL.md:1 | |
| MEDIUM | Direct Access to API Credentials File The skill directly reads an API key from a local file (`~/.config/moltbook/credentials.json`). While this is necessary for the skill's stated purpose of authenticating with the Moltbook API, direct filesystem access to sensitive credential files poses a risk. If the skill were compromised or malicious, it could exfiltrate these credentials. This also means the skill requires broad filesystem read permissions. Consider using a secure credential management system provided by the AI agent platform, if available, instead of direct filesystem access. If direct file access is unavoidable, ensure the credential file has strict permissions (e.g., readable only by the owner) and that the skill's execution environment is sandboxed to prevent unauthorized access or exfiltration. | LLM | molt-solver.ts:20 | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/0xraini/molt-solver/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/2470f9c7cce1c5b5)
Powered by SkillShield