Security Audit
openai/skills:skills/.curated/sentry
github.com/openai/skillsTrust Assessment
openai/skills:skills/.curated/sentry received a trust score of 26/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 3 findings: 2 critical, 1 high, 0 medium, and 0 low severity. Key findings include Arbitrary command execution, Remote code execution: curl/wget pipe to shell, Arbitrary Shell Command Execution via Untrusted Installation Script.
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 July 17, 2026 (commit 49f948fa). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Arbitrary command execution Remote code download piped to interpreter Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/.curated/sentry/SKILL.md:14 | |
| CRITICAL | Remote code execution: curl/wget pipe to shell Detected a pattern that downloads and immediately executes remote code. This is a primary malware delivery vector. Never pipe curl/wget output directly to a shell interpreter. | Static | skills/.curated/sentry/SKILL.md:14 | |
| HIGH | Arbitrary Shell Command Execution via Untrusted Installation Script The skill instructions recommend installing the Sentry CLI by piping an unverified remote shell script directly into bash (`curl https://cli.sentry.dev/install -fsS | bash`). If an attacker compromises the DNS, the CDN, or the target domain, they can execute arbitrary shell commands on the user's machine. This is especially dangerous in agentic environments where the LLM might execute these commands automatically or guide users to do so without verification. Instruct the user to install the Sentry CLI using official, cryptographically verified package managers (e.g., `brew install getsentry/tools/sentry-cli`, `npm install -g @sentry/cli`, or system package managers like `apt` or `yum`) instead of piping raw web scripts directly into bash. | LLM | SKILL.md:14 |
Scan History
Embed Code
[](https://skillshield.io/report/cd7af85c2c8ae3cf)
Powered by SkillShield