Trust Assessment
amazon-product-api-skill 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 3 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Missing required field: name, Suspicious import: requests, Unpinned external dependency.
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 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/amazon-product-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/amazon-product-api-skill/scripts/amazon_product_api.py:4 | |
| INFO | Unpinned external dependency The skill uses the 'requests' library but does not specify a version in a 'requirements.txt' or similar dependency management file. This can lead to unexpected behavior or security vulnerabilities if a new, incompatible, or malicious version of the library is installed in the execution environment. Add a `requirements.txt` file to the skill package, specifying pinned versions for all external dependencies (e.g., `requests==2.28.1`). Ensure this file is used during deployment or installation. | LLM | scripts/amazon_product_api.py:1 |
Scan History
Embed Code
[](https://skillshield.io/report/8cb95305e166d67a)
Powered by SkillShield