Trust Assessment
x-api received a trust score of 72/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 1 high, 1 medium, and 2 low severity. Key findings include Sensitive path access: AI agent config, 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 13, 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 | |
|---|---|---|---|---|
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.clawdbot/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/lobstergeneralintelligence/x-api/SKILL.md:36 | |
| MEDIUM | Unpinned npm dependency version Dependency 'twitter-api-v2' is not pinned to an exact version ('^1.19.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/lobstergeneralintelligence/x-api/scripts/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/lobstergeneralintelligence/x-api/scripts/package.json | |
| LOW | Unpinned dependency in package.json The `twitter-api-v2` dependency in `scripts/package.json` uses a caret (`^`) range, allowing for minor and patch updates. This means that future versions of the dependency, potentially containing vulnerabilities or breaking changes, could be installed without explicit review, introducing supply chain risk. Pin the dependency to an exact version (e.g., `"twitter-api-v2": "1.19.0"`) or ensure a lockfile (`package-lock.json` or `yarn.lock`) is used and committed to guarantee deterministic builds. | LLM | scripts/package.json:5 |
Scan History
Embed Code
[](https://skillshield.io/report/3b73028f0855dca4)
Powered by SkillShield