nen is a markdown skill pack plus one POSIX installer script. The skills themselves execute nothing — agents read them as instructions. The two surfaces worth scrutiny:
install.sh— fetched and piped toshby the README one-liner. It downloads the repo tarball over HTTPS from GitHub, copies markdown files, and appends marker-delimited blocks to agent config files. It never elevates privileges, never touches credentials, and is idempotent. Read it before running it; that advice applies to everycurl | shon the internet, including this one.- Skill content — the SKILL.md files instruct AI agents. A malicious edit to them is a prompt-injection vector for anyone who installs the pack, which is why
mainis the only supported channel and every change lands through the lint and adapter-sync gates.
Only the main branch. There are no backported fixes.
Use GitHub's private vulnerability reporting on this repository (Security → Report a vulnerability). Reports are handled best-effort by a single maintainer — expect an acknowledgment within a few days, not hours. Please do not open public issues for exploitable problems in install.sh.