Trust Assessment
forgejo 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 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned dependency in Go installation.
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 Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned dependency in Go installation The skill's installation instructions for the `tea` CLI via `go install` use `@latest`, which means the dependency is not pinned to a specific version. This introduces a supply chain risk where a malicious or breaking change in a future version of `code.gitea.io/tea` could be automatically pulled and executed without review, potentially leading to arbitrary code execution or unexpected behavior. Pin the `go install` dependency to a specific version or commit hash (e.g., `code.gitea.io/tea@v1.2.3` or `code.gitea.io/tea@<commit_hash>`) to ensure reproducibility and prevent unexpected or malicious updates. | LLM | Manifest |
Scan History
Embed Code
[](https://skillshield.io/report/4cb6b17b8f90bc92)
Powered by SkillShield