Trust Assessment
browser-auto-download 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 Dependency Version.
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 | Unpinned npm dependency version Dependency 'playwright' is not pinned to an exact version ('^1.40.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/aaronxx/browser-auto-download/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/aaronxx/browser-auto-download/package.json | |
| INFO | Unpinned Dependency Version The 'playwright' dependency in 'package.json' uses a caret (^) version specifier, allowing minor and patch updates. While common, strictly pinning dependencies (e.g., '1.40.0' instead of '^1.40.0') ensures deterministic builds and prevents unexpected behavior or introduction of vulnerabilities from newer versions of the dependency. Pin the dependency to an exact version (e.g., '1.40.0') or use a tilde (~) for patch-level updates if strict determinism is desired. | LLM | package.json:30 |
Scan History
Embed Code
[](https://skillshield.io/report/ed9e17509fb54a3a)
Powered by SkillShield