project-issues-batch
Audited by Socket on Feb 28, 2026
1 alert found:
SecurityFunctionally the skill's design matches its stated purpose (automating issue→PR creation with dependency ordering). However, it contains multiple supply-chain and operational risks: it delegates implementation to a transitive skill in the repo, instructs spawning autonomous agents to make repository changes, and relies on the runner's gh/git credentials without describing isolation or per-action user confirmation. These factors create realistic credential-forwarding and autonomous-execution attack vectors: a malicious or compromised 'issue-to-implementation' skill or spawned agent could exfiltrate data or make arbitrary changes using the user's repo credentials. There are no hardcoded secrets or obfuscated payloads in this document, but the transitive execution model and lack of verification mean this skill should be treated with caution and require manual review of any delegated skill before use.