AgentScope Platform CLI (asp) — authentication for AgentScope Platform
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`dist/cli.js` runs `qwenpaw plugin install` with a server-returned `intent.download_url` after explicit user command.
dist/cli.jsView on unpkg`dist/cli.js` similarly runs `qwenpaw skill install` with a server-returned URL.
dist/cli.jsView on unpkg`dist/cli.js` uses `unzip -p` on a user-supplied archive to read `plugin.json`.
dist/cli.jsView on unpkg`dist/cli.js` runs `qwenpaw plugin install` with a server-returned `intent.download_url` after explicit user command.
dist/cli.jsView on unpkg`dist/cli.js` similarly runs `qwenpaw skill install` with a server-returned URL.
dist/cli.jsView on unpkg`dist/cli.js` uses `unzip -p` on a user-supplied archive to read `plugin.json`.
dist/cli.jsView on unpkg