Trust Assessment
nodejs-backend received a trust score of 91/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Missing required field: name, Potential sensitive data logging in error handler.
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 15, 2026 (commit 1823c3f6). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings2
| 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 | plugins/specweave-backend/skills/nodejs-backend/SKILL.md:1 | |
| LOW | Potential sensitive data logging in error handler The global error handler logs the raw `error` object to `console.error`. If the `error` object contains sensitive information (e.g., full stack traces with environment variables, or user input that should not be logged), this could lead to data exfiltration via logs. While the skill states 'No sensitive data in errors' as a responsibility, the provided code snippet does not explicitly sanitize the error before logging. Implement explicit error sanitization or use a structured logger that redacts sensitive fields before logging error objects. Ensure that error objects passed to the handler do not contain sensitive data. | LLM | SKILL.md:57 |
Scan History
Embed Code
[](https://skillshield.io/report/bf2252ee54e00e35)
Powered by SkillShield