Trust Assessment
feishu-api-docs received a trust score of 92/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 Node lockfile missing, Attempts to load environment variables from parent directory.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Attempts to load environment variables from parent directory The `check_schema.js` file attempts to load environment variables from a `.env` file located two directories up (`../../.env`). This pattern can lead to data exfiltration by exposing sensitive credentials or configuration intended for other applications or the host environment, especially if the skill is executed in an environment where this file is present and accessible, or if `check_schema.js` is run as part of a build or test process. Remove the `require('dotenv').config(...)` line if this script is not intended to access environment variables. If environment variables are necessary, ensure they are specific to the skill and loaded from a `.env` file within the skill's own directory, or use a secure secrets management system provided by the execution environment. | LLM | check_schema.js:2 | |
| 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-api-docs/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/8c392a86d5c722ea)
Powered by SkillShield