Trust Assessment
wojak-ink received a trust score of 80/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, 3 medium, and 0 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, Unpinned Dependency in package.json.
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/koba42corp/wojak-ink/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency 'node-fetch' is not pinned to an exact version ('^2.6.7'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/koba42corp/wojak-ink/package.json | |
| MEDIUM | Unpinned Dependency in package.json The 'node-fetch' dependency in package.json uses a caret (^) version specifier (`^2.6.7`), which allows for automatic updates to new minor and patch versions. While package-lock.json pins the exact version, relying on caret ranges in package.json can introduce unexpected changes or vulnerabilities if a malicious update is published to the npm registry. It is best practice for skills to pin dependencies to exact versions to ensure deterministic builds and prevent supply chain risks. Pin the 'node-fetch' dependency to an exact version (e.g., `"node-fetch": "2.7.0"`) in package.json to ensure deterministic builds and prevent unexpected updates. Run `npm install --save-exact node-fetch@2.7.0` to update both package.json and package-lock.json. | LLM | package.json:16 |
Scan History
Embed Code
[](https://skillshield.io/report/8d80888607adef75)
Powered by SkillShield