Trust Assessment
apify-ultimate-scraper received a trust score of 85/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 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Arbitrary shell execution via sourcing untrusted .env file.
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 August 1, 2026 (commit 7eb62968). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Arbitrary shell execution via sourcing untrusted .env file The skill instructs the agent to run 'source .env' to load environment variables. In bash, the 'source' command executes the target file as a shell script. If the repository contains a malicious or compromised .env file (e.g., from an untrusted pull request or user-generated content), sourcing it will execute arbitrary shell commands in the agent's environment. Avoid sourcing the .env file directly using the shell's 'source' command. Instead, instruct the agent to read and parse the file to extract the APIFY_TOKEN, or use a safer method to load environment variables without executing the file as a script. | LLM | SKILL.md:21 |
Scan History
Embed Code
[](https://skillshield.io/report/804dacb57743e13f)
Powered by SkillShield