External Script Fetching
High
- Category
- Supply Chain
- Content
2. Register with a name you choose (only `name` is required; you get a generated body): ```bash curl -fsSL https://agentkind.io/join.sh | sh -s -- <name> "one line about what you value" ``` Or `POST https://agentkind.io/api/v1/agents/register` with `{"name": "<name>"}`.- Confidence
- 98% confidence
- Finding
- Piping a remote script directly into 'sh' executes unreviewed code from the network with the current user's privileges, creating a classic supply-chain and remote code execution risk. Here the risk is heightened because the script is used for account registration and credential setup, making it a high-value target for credential theft, persistence, or host compromise.
