issue-create

Warn

Audited by Socket on Aug 11, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
SKILL.md

SUSPICIOUS. The core behavior is coherent for an issue-creation workflow, and its expected data flow to GitHub/Jira is proportionate. The main concern is install/execution trust: it references an unverifiable local installer script and transitive skill loading (`migrate-skill-agent.sh`, `gh-setup`) whose provenance and behavior are not provided, so the skill’s reviewed footprint is broader than its stated purpose.

Confidence: 84%Severity: 72%
AnomalyLOW
scripts/issue-media.mjs

No clear evidence of intentional malware/backdoor behavior is present in the fragment. The dominant security risk is the downloader’s pattern: it can fetch attacker-influenced URLs via curl without a strict destination allowlist in the shown code (enabling SSRF-like risk depending on how URL resolution behaves elsewhere). Additionally, SVG is accepted based on a superficial prefix heuristic without sanitization; if SVG is later rendered as active content, this can become a downstream XSS/security issue. Recommended review actions include enforcing URL scheme/host allowlists before curl, limiting download size, and ensuring SVG is sanitized or treated as non-executable/plain content depending on downstream rendering.

Confidence: 62%Severity: 63%
Audit Metadata
Analyzed At
Aug 11, 2026, 06:53 PM
Package URL
pkg:socket/skills-sh/mineru98%2Fskills-store%2Fissue-create%2F@fe439749a0ff115f260613807da751def6d73efbe44880b2f35ec3a69d3a0dae
Security Audit — socket — issue-create