Trust Assessment
aethelgard received a trust score of 65/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, 1 high, 3 medium, and 0 low severity. Key findings include Potential hardcoded secret (high entropy), Missing required field: name, Suspicious import: requests.
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 | |
|---|---|---|---|---|
| HIGH | Hardcoded API Token An API token is hardcoded directly in the source code. This practice exposes sensitive credentials, making them vulnerable to compromise if the code repository is accessed or the skill package is distributed. The token appears to be used for authentication with 'moltbook.com'. Replace hardcoded tokens with environment variables, a secure secret management service, or prompt the user for the token at runtime. Ensure tokens are never committed to version control. | LLM | prueba.py:4 | |
| MEDIUM | Potential hardcoded secret (high entropy) A high-entropy string (entropy=5.16) was found in a credential-like context. Verify this is not a hardcoded secret. Use environment variables for sensitive values. | Static | skills/charlievintage/aethelgard/prueba.py:4 | |
| 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/charlievintage/aethelgard/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/charlievintage/aethelgard/prueba.py:1 |
Scan History
Embed Code
[](https://skillshield.io/report/b9187a11a9c5ba87)
Powered by SkillShield