nvflare-shared
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides security-hardened guidance for other AI agent skills. It explicitly requires redacting secrets (API keys, tokens, credentials) from all logs, previews, and reports (found in
references/dependency-install.mdandreferences/conversion-workflow.md). - [SAFE]: Includes defensive instructions against prompt injection by requiring agents to treat all user-supplied content (code, comments, requirements files) as evidence to inspect rather than instructions to obey (
references/conversion-common.md). - [SAFE]: Enforces secure handling of external dependencies by requiring static inspection, auditing for typosquats or malicious URLs, and mandatory user confirmation before any installation (
references/dependency-install.md). - [SAFE]: Promotes safe deserialization practices by mandating
weights_only=Truewhen loading PyTorch checkpoints usingtorch.load(references/conversion-workflow.md). - [SAFE]: Provides a custom aggregator template in
assets/aggregator.pythat implements standard machine learning aggregation logic (weighted mean) without risky dynamic execution or networking operations.
Audit Metadata