fabric-api
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlto interact with the Fabric workspace. These operations are restricted to standard HTTP methods (GET, POST) and follow specific templates designed to minimize shell interpretation risks through the use of quoted heredocs. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to
https://api.fabric.so, which is the official endpoint for the Fabric service as defined in the skill metadata and homepage. These communications are necessary for the skill's primary function of resource management. - [SAFE]: The skill implements secure credential management by requiring the
FABRIC_API_KEYto be provided via environment variables rather than hardcoded secrets. It also provides clear guidance on error handling and rate limiting to ensure stable operation.
Audit Metadata