55
CAUTION1
Critical
Immediate action required
1
High
Priority fixes suggested
0
Medium
Best practices review
0
Low
Acknowledged / Tracked
Trust Assessment
This report is partially verified. Deterministic layers ran, but LLM behavioral analysis (L4) was not executed for this scan.
The current score of 55/100 is provisional and may change after a full L4 verification run.
Last analyzed on February 11, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Manifest Analysis
85%Static Code Analysis
70%Dependency Graph
100%LLM Behavioral SafetyNot run
—Behavioral Risk Signals
Network Access
1 finding
Filesystem Write
1 finding
Shell Execution
1 finding
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Remote code execution: download then execute Detected a pattern that downloads a file and then executes it. This is a malware delivery vector. Never download and execute remote files without verification. | Static | skills/oakencore/skillvet/tests/fixtures/trigger-xattr-dropper/install.sh:2 | |
| HIGH | Network egress to untrusted endpoints HTTP request to raw IP address Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/oakencore/skillvet/tests/fixtures/trigger-xattr-dropper/install.sh:2 |