An agent skill can hand a stranger your shell – hours after you installed it A security proxy for AI coding agents warns that installing an agent skill can grant unreviewed code access to a developer's shell, repository, and credentials, potentially hours after installation, because the SKILL.md specification lacks portable runtime enforcement. The article notes that X publishes an official skill installable via 'npx skills add https://docs.x.com', and on 5 September 2026, Jeff Dickey introduced packslip, a signed release manifest, but emphasizes that signatures verify origin, not appropriateness. The piece argues the ecosystem is standardizing distribution before authority, as a front-page Ask HN thread with over 100 comments discusses skill management without mentioning permissions. An agent skill can hand a stranger your shell - hours after you installed it A security proxy for AI coding agents, enforced at the OS level. Install grith https://docs.grith.ai/docs/start/installation and put a real boundary around your agent. An agent skill can bundle executable Python, Bash and JavaScript. Its specification defines the maximum length of its name, but provides no portable way to limit which files that code may read, which processes it may spawn or which hosts it may contact. Without runtime enforcement, installing an agent skill can amount to giving an unreviewed stranger your shell, repository and developer credentials - possibly hours after you installed it. Not every skill is malicious. Most are useful instructions written by people trying to make agents more reliable. The problem is that the current contract cannot express the difference between a PDF formatter that needs one input file and a deployment helper that needs the network, cloud credentials and permission to rewrite production configuration. To the host agent, both are folders containing Markdown. The ecosystem is standardising distribution before authority This is no longer a niche format. X now publishes an official skill describing how agents can use its API, discoverable through a well-known endpoint and installable with one command: 1 user-content-fn-1 npx skills add https://docs.x.com On 5 September 2026, mise creator Jeff Dickey introduced packslip, a signed release manifest that can associate versioned agent skills with the software they document.