nextcloud-admin
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from an external Nextcloud server, which constitutes an untrusted ingestion point for the agent.
- Ingestion points: API responses from
PROPFIND,OCSJSON/XML, and file metadata retrieved viacurlinSKILL.mdandreferences/api-reference.md. - Boundary markers: The skill includes explicit security guardrails instructing the agent to treat server-provided strings (filenames, user IDs, etc.) as data rather than instructions.
- Capability inventory: Network access via
curland local file management viacurl -o/-Tandsplit. - Sanitization: The skill provides specific utility functions (
nc_urlencode,nc_urlencode_path) usingjqto properly escape server-side data before it is interpolated into shell commands. - [COMMAND_EXECUTION]: The skill relies on the execution of local shell commands to perform its functions.
- Evidence: Use of
curl,jq,uuidgen, andsplitinSKILL.mdandreferences/api-reference.mdfor API interaction, data parsing, and handling large file uploads.
Audit Metadata