NocoDB API

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The nocodb-api skill is a legitimate and well-structured CLI wrapper for the NocoDB v3 REST API. The core logic in scripts/nocodb.sh uses curl and jq to perform standard database operations (CRUD on records, schema management, and attachment uploads) against a user-configured NocoDB instance. It includes helpful utility functions for URL encoding and resolving human-readable names to NocoDB IDs, with no evidence of malicious behavior, data exfiltration, or prompt injection.