tool-nasdaq-quote
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE] (SAFE): No executable code, scripts, or dependencies are included in the skill definition.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were detected.
- [INDIRECT_PROMPT_INJECTION] (LOW):
- Ingestion points: The
symbolparameter in thenasdaq_quotetool accepts external input. - Boundary markers: The parameter is restricted by a regex
[A-Z0-9.\-=_^]{1,15}, which prevents command injection or complex prompt payloads. - Capability inventory: No backend code provided; the skill only defines the interface.
- Sanitization: Input is strictly validated against a character whitelist and length limit.
Audit Metadata