agent-collabo-updater
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches a version manifest (
manifest.json) from the author's official GitHub repository to identify available updates and deprecated skills. - [COMMAND_EXECUTION]: Utilizes the
bashtool to executenpx skills addandnpx skills removecommands. These commands are generated dynamically based on the content of the remote manifest to manage local skill files. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted data from an external manifest to construct and execute shell commands.
- Ingestion points: Remote
manifest.jsonfile fromhttps://raw.githubusercontent.com/dev-goraebap/agent-collabo/main/manifest.json. - Boundary markers: None identified; the skill parses the JSON directly and interpolates keys/values into commands.
- Capability inventory: Full shell execution capability via the
bashtool to run package management commands (SKILL.md Step 5). - Sanitization: The workflow does not specify any sanitization, escaping, or validation logic for the skill names or version strings retrieved from the manifest before they are used in shell command interpolation.
Audit Metadata