Trust Assessment
devlog-skill received a trust score of 87/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Sensitive environment variable access: $HOME, Unpinned dependency in setup script.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Sensitive environment variable access: $HOME Access to sensitive environment variable '$HOME' detected in shell context. Verify this environment variable access is necessary and the value is not exfiltrated. | Static | skills/crimsondevil333333/crimson-devlog-agent/setup.sh:12 | |
| MEDIUM | Unpinned dependency in setup script The `setup.sh` script installs the `dev-log-cli` package using `pipx install dev-log-cli` without specifying a version. This practice introduces a supply chain risk, as any future execution of this setup script will install the latest available version of the package. If a malicious or vulnerable update is published to `dev-log-cli` on PyPI, it could automatically be installed, potentially compromising the agent's environment or leading to unexpected behavior. Pin the version of `dev-log-cli` to a known good and stable version. For example, change `pipx install dev-log-cli` to `pipx install dev-log-cli==X.Y.Z` (replacing X.Y.Z with a specific version number). Regularly review and update the pinned version to incorporate security fixes and new features. | LLM | setup.sh:24 |
Scan History
Embed Code
[](https://skillshield.io/report/77254266fca2fa20)
Powered by SkillShield