Trust Assessment
google-maps-reviews-api-skill received a trust score of 80/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 3 findings: 0 critical, 0 high, 3 medium, and 0 low severity. Key findings include Missing required field: name, Suspicious import: requests, Unpinned 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 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 | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/phheng/google-maps-reviews-api-skill/SKILL.md:1 | |
| 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/phheng/google-maps-reviews-api-skill/scripts/google_maps_reviews_api.py:3 | |
| MEDIUM | Unpinned Dependencies The Python script `scripts/google_maps_reviews_api.py` uses external libraries (e.g., `requests`) without specifying exact versions. This can lead to supply chain risks if a future version of a dependency introduces vulnerabilities or breaking changes. It's best practice to pin dependencies to specific versions to ensure consistent and secure execution. Add a `requirements.txt` file to the skill package, listing all Python dependencies with pinned versions (e.g., `requests==2.28.1`). Ensure the agent environment installs these specific versions before executing the script. | LLM | scripts/google_maps_reviews_api.py:1 |
Scan History
Embed Code
[](https://skillshield.io/report/b971b030e1e59638)
Powered by SkillShield