reporting-sensitive-encrypted-gh-issues
Installation
SKILL.md
Encrypted GitHub Issues — gh-issue-decrypt
If gh-issue-decrypt is not installed, run:
curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/misc_coding_agent_tips_and_scripts/main/gh-issue-decrypt?$(date +%s)" | bash -s -- --install
What Do You Need?
| Goal | Command |
|---|---|
| Submit encrypted security report | echo "details" | gh-issue-decrypt --encrypt PUBKEY --submit OWNER/REPO |
| Scan repo for encrypted issues | gh-issue-decrypt OWNER/REPO |
| Decrypt a specific issue | gh-issue-decrypt OWNER/REPO 42 |
| Set up receiving (install + keygen) | gh-issue-decrypt --install |
| Full interactive guide | gh-issue-decrypt (no args) |