Trust Assessment
aida received a trust score of 81/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 4 findings: 0 critical, 0 high, 2 medium, and 2 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, Node lockfile missing.
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 | |
|---|---|---|---|---|
| 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/ak-khalis/aida/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency 'node-fetch' is not pinned to an exact version ('^3.3.2'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/ak-khalis/aida/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/ak-khalis/aida/package.json | |
| LOW | Unpinned dependency in package.json The 'node-fetch' dependency is specified with a caret (^) version range, meaning it can update to new minor or patch versions automatically. While convenient, this introduces a supply chain risk as a malicious update to a dependency could be automatically pulled in. It's generally safer to pin exact versions for production environments to ensure deterministic builds and reduce the risk of unexpected changes or vulnerabilities. Pin the dependency to an exact version (e.g., "node-fetch": "3.3.2") or use a lock file (package-lock.json or yarn.lock) to ensure deterministic dependency resolution. | LLM | package.json:5 |
Scan History
Embed Code
[](https://skillshield.io/report/dcbf92e259cab25f)
Powered by SkillShield