baidu-maps-sse
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The scripts include a hardcoded demo key 'BETA_TEST_KEY_MARCH_2026' intended for testing purposes. This is standard for developer onboarding and does not represent a leak of production credentials.\n- [SAFE]: All external communications and library dependencies (ai_agent_marketplace) are directed towards the official infrastructure of the skill's author, DeepNLP/aiagenta2z.\n- [PROMPT_INJECTION]: The scripts exhibit a surface for indirect prompt injection through data ingestion points.\n
- Ingestion points: User-provided JSON data via '--data' or '--data-file' parameters in all script files.\n
- Boundary markers: Absent in the scripts; data is passed directly to the router after JSON parsing.\n
- Capability inventory: Remote API invocation via 'router.invoke' to the Baidu Maps service.\n
- Sanitization: Standard JSON validation via 'json.loads' or 'json.load' is performed before transmission.
Audit Metadata