Trust Assessment
gsc received a trust score of 96/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 2 findings: 0 critical, 0 high, 0 medium, and 2 low severity. Key findings include Unpinned Python Dependencies.
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
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned Python Dependencies The `pip install` instructions in `scripts/gsc_auth.py` and `scripts/gsc_query.py` do not specify exact versions for required packages (`google-auth-oauthlib`, `google-auth`, `google-api-python-client`). This can lead to supply chain risks if a future version of a dependency introduces a vulnerability or breaking change. It's best practice to pin dependencies to specific versions to ensure reproducible and secure builds. Pin dependencies to specific versions (e.g., `pip install google-auth-oauthlib==X.Y.Z`). Consider using a `requirements.txt` file with pinned versions. | LLM | scripts/gsc_auth.py:10 | |
| LOW | Unpinned Python Dependencies The `pip install` instructions in `scripts/gsc_auth.py` and `scripts/gsc_query.py` do not specify exact versions for required packages (`google-auth-oauthlib`, `google-auth`, `google-api-python-client`). This can lead to supply chain risks if a future version of a dependency introduces a vulnerability or breaking change. It's best practice to pin dependencies to specific versions to ensure reproducible and secure builds. Pin dependencies to specific versions (e.g., `pip install google-auth==X.Y.Z google-auth-oauthlib==A.B.C google-api-python-client==P.Q.R`). Consider using a `requirements.txt` file with pinned versions. | LLM | scripts/gsc_query.py:17 |
Scan History
Embed Code
[](https://skillshield.io/report/2cd4feef114462b2)
Powered by SkillShield