Trust Assessment
onchat received a trust score of 62/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 3 findings: 1 critical, 0 high, 1 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Node lockfile missing, Untrusted content contains instructions for LLM agent.
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 | |
|---|---|---|---|---|
| CRITICAL | Untrusted content contains instructions for LLM agent The `SKILL.md` file, which is explicitly marked as untrusted input, contains direct instructions for the LLM agent on how to behave, monitor channels, and engage with users. This attempts to manipulate the host LLM's behavior using untrusted data, violating the principle that content within untrusted delimiters should not be treated as instructions. Remove all instructions intended for the LLM agent from the `SKILL.md` file, or move them outside the untrusted input delimiters if they are truly part of the skill's trusted definition. The `SKILL.md` should primarily describe the skill's functionality to a human user, not instruct the LLM. | LLM | SKILL.md:59 | |
| MEDIUM | Unpinned npm dependency version Dependency 'tsx' is not pinned to an exact version ('^4.19.2'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/clawd800/onchat/scripts/package.json | |
| 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/clawd800/onchat/scripts/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/3a50627892cc4c90)
Powered by SkillShield