analytics-rust
Fail
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: HIGHCREDENTIALS_UNSAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The Rust code example for the Analytics REST API contains hardcoded authentication credentials:
.basic_auth("Administrator", Some("password")). Hardcoding credentials in examples can lead to insecure implementations if users copy-paste the code directly into production environments without implementing proper secret management such as environment variables. - [SAFE]: The skill's primary function is to provide documentation and alternatives for missing SDK functionality, referencing official Couchbase REST endpoints (port 8095) and standard libraries like reqwest and serde_json.
Recommendations
- AI detected serious security threats
Audit Metadata