skills/pluginagentmarketplace/custom-plugin-server-side-game-dev/data-serialization/Gen Agent Trust Hub
data-serialization
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues detected across all 10 threat categories.
- The skill serves as a technical reference for game developers regarding efficient data formats like Protobuf, FlatBuffers, and MessagePack.
- Embedded scripts perform localized benchmarking with hardcoded data and use standard library modules.
- DATA_EXFILTRATION (SAFE): No sensitive file access or network activity detected.
- Analysis of
scripts/helper.pyandscripts/serialize_benchmark.pyshows no attempts to access credentials, environment variables, or private user files. - No network operations (e.g., curl, wget, requests) are present in the skill scripts.
- EXTERNAL_DOWNLOADS (SAFE): No unauthorized package installations or remote script executions.
- The
serialize_benchmark.pyscript references themsgpacklibrary as an optional dependency for benchmarking but correctly handles its absence with a print statement rather than an automated installation command.
Audit Metadata