no README.md on file
The author hasn’t published a README.md for this setup yet. Browse the Contents tab to see the setup files and any siblings.
“Always-on ponytail hooks: SessionStart/SubagentStart inject lazy-senior-dev mode into every conversation and subagent, and UserPromptSubmit tracks level changes (lite/full/ultra, off). Configurable via PONYTAIL_DEFAULT_MODE.”
The author hasn’t published a README.md for this setup yet. Browse the Contents tab to see the setup files and any siblings.
aipkg.jsonLICENSE.txtscripts/ponytail-activate.jsscripts/ponytail-config.jsscripts/ponytail-instructions.jsscripts/ponytail-mode-tracker.jsscripts/ponytail-runtime.jsscripts/ponytail-subagent.jssetup.jsonscripts/ponytail-activate.js:34
Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
process.exit(0);
}
// 1. Write flag file
try {
setMode(mode);
} catch (e) {fix Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.