Trust Assessment
feishu-pm received a trust score of 88/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, 1 medium, and 2 low severity. Key findings include Unpinned npm dependency version, Node lockfile missing, 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 | Unpinned npm dependency version Dependency 'commander' is not pinned to an exact version ('^9.0.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/autogame-17/feishu-pm/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/autogame-17/feishu-pm/package.json | |
| LOW | Unpinned dependency in package.json The 'commander' dependency in package.json uses a caret (^) version range, allowing minor version updates. While package-lock.json pins the exact version, relying on version ranges in package.json can lead to unexpected dependency updates, potentially introducing vulnerabilities or breaking changes if a new minor version contains issues. For enhanced supply chain security and deterministic builds, it's generally safer to use exact version pinning for all dependencies. Pin the 'commander' dependency to an exact version (e.g., "commander": "9.5.0") in package.json to ensure deterministic builds and prevent unexpected updates. Run `npm install` after modification to update package-lock.json. | LLM | package.json:10 |
Scan History
Embed Code
[](https://skillshield.io/report/3c8e1c2942c42a78)
Powered by SkillShield