Trust Assessment
pnp-markets received a trust score of 90/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 3 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Node lockfile missing, Unpinned Dependencies in package.json.
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 | Unpinned npm dependency version Dependency 'pnp-evm' is not pinned to an exact version ('^0.1.2'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/tariqsumatri82/create-prediction-markets-1-0-0/scripts/package.json | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/tariqsumatri82/create-prediction-markets-1-0-0/scripts/package.json | |
| INFO | Unpinned Dependencies in package.json The `package.json` file uses caret (`^`) ranges for dependencies (`pnp-evm`, `ethers`, `ts-node`, `typescript`, `@types/node`). While common, this allows minor and patch updates which could introduce unexpected behavior or vulnerabilities. For security-critical applications, it is best practice to strictly pin dependencies to exact versions to ensure reproducibility and prevent supply chain risks from upstream changes. Pin dependencies to exact versions (e.g., `"pnp-evm": "0.1.2"`) to ensure consistent builds and prevent unexpected changes from upstream packages. Regularly audit and update dependencies manually. | LLM | scripts/package.json:8 |
Scan History
Embed Code
[](https://skillshield.io/report/26c4616ade5a3768)
Powered by SkillShield