temps-plugin
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [SAFE]: The skill provides standard documentation and boilerplate for plugin development. All behaviors are consistent with the intended technical use case.
- [COMMAND_EXECUTION]: The build.rs script uses std::process::Command to execute bun install and bun run build. This is a standard method for integrating frontend build steps into a Rust project's compilation process.
- [EXTERNAL_DOWNLOADS]: The build process involves bun install, which downloads packages from the well-known NPM registry.
- [DATA_EXFILTRATION]: The React UI template uses the fetch API to communicate with the plugin's own backend endpoints. No patterns indicating unauthorized data exfiltration or suspicious network calls were observed.
Audit Metadata