Security Audit
context-degradation
github.com/muratcankoylan/Agent-Skills-for-Context-EngineeringTrust Assessment
context-degradation received a trust score of 86/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Unsafe deserialization / dynamic eval, Incomplete Python script prevents full security analysis.
The analysis covered 4 layers: dependency_graph, manifest_analysis, llm_behavioral_safety, static_code_analysis. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 11, 2026 (commit 7942df36). 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 | Unsafe deserialization / dynamic eval Decryption followed by code execution Remove obfuscated code execution patterns. Legitimate code does not need base64-encoded payloads executed via eval, encrypted-then-executed blobs, or dynamic attribute resolution to call system functions. | Unknown | /var/folders/1k/67b8r20n777f_xcmmm8b7m5h0000gn/T/skillscan-clone-nsppidbi/repo/skills/context-degradation/scripts/degradation_detector.py:4 | |
| MEDIUM | Incomplete Python script prevents full security analysis The file `scripts/degradation_detector.py` is truncated. Specifically, the implementation of the `PoisoningDetector` class's `extract_claims` method and any subsequent code in the file are missing. This prevents a complete security assessment of the module, as potential vulnerabilities (e.g., command injection, data exfiltration, or credential harvesting) could exist in the unseen portions of the code. Without the full source, the security posture of this component cannot be fully guaranteed. Provide the complete source code for `scripts/degradation_detector.py` to enable a thorough and accurate security review. | Unknown | scripts/degradation_detector.py:170 |
Scan History
Embed Code
[](https://skillshield.io/report/bc42d32cea826a0d)
Powered by SkillShield