Trust Assessment
Pulse Editor Vibe Dev Flow received a trust score of 93/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 3 findings: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Suspicious import: requests, Unpinned Python Dependency, Unpinned Node.js Dependency.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/shellishack/pulse-editor/examples/generate_app.py:20 | |
| INFO | Unpinned Python Dependency The `examples/generate_app.py` script suggests installing `requests` without specifying a version. This can lead to non-deterministic builds and potential compatibility issues or supply chain risks if a future version introduces breaking changes or vulnerabilities. While `requests` is a widely trusted library, pinning dependencies is a best practice. Pin the dependency to a specific version, e.g., `pip install requests==2.28.1`. For production skills, consider using a `requirements.txt` file with exact versions. | LLM | examples/generate_app.py:12 | |
| INFO | Unpinned Node.js Dependency The `examples/generate_app.js` script suggests installing `node-fetch` without specifying a version. This can lead to non-deterministic builds and potential compatibility issues or supply chain risks if a future version introduces breaking changes or vulnerabilities. While `node-fetch` is a widely trusted library, pinning dependencies is a best practice. Pin the dependency to a specific version, e.g., `npm install node-fetch@2.6.7`. For production skills, consider using a `package.json` file with exact versions. | LLM | SKILL.md:319 |
Scan History
Embed Code
[](https://skillshield.io/report/eea77ff60a7ceb4c)
Powered by SkillShield