Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
API_ROOT="${SITE_ROOT%/}/api/v1" FILINGS_KEY="$(uuidgen | tr '[:upper:]' '[:lower:]')" curl --fail-with-body "$API_ROOT/investment-research/filing.search" \ -H "Authorization: Bearer $INVESTMENT_RESEARCH_API_KEY" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: $FILINGS_KEY" \- Confidence
- 60% confidence
- Finding
- Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
