add-resource-command
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established development practices and explicitly warns against unsafe credential handling, specifically instructing the user never to pass API keys via command-line arguments, favoring environment variables instead.
- [COMMAND_EXECUTION]: The skill includes instructions for running standard development tools and scripts, such as
bun run build,bun run test, andnpx tsc. These are expected operations for a developer-oriented skill of this nature. - [DATA_EXFILTRATION]: While the skill involves interacting with the Metabase API, it does so within the context of the user's configured environment and focuses on standard resource management rather than unauthorized data access or transfer.
Audit Metadata