Ae1
High
- Category
- analysis-evasion
- Content
`references/endpoints.md` before calling.
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a coherent Turkish-market research helper that calls a disclosed Oracle-X data server or public market-data sources, without hidden credential use or destructive behavior.
Install this only if you want an agent to answer Turkish-market finance questions and, when ORACLE_X_URL is set, query that Oracle-X instance. Use a trusted instance because ticker lookups and scan requests will be visible to whoever operates it; the skill itself does not request personal tokens or trading-account access.
`references/endpoints.md` before calling.
`references/endpoints.md` before calling.
`references/endpoints.md` before calling.
```bash
BASE="${ORACLE_X_URL:-http://localhost:8000}"
JOB=$(curl -sf -X POST "$BASE/api/bist/radar/scan" \
-H 'Content-Type: application/json' -d '{}' | python3 -c 'import json,sys;print(json.load(sys.stdin)["job_id"])')
curl -sf "$BASE/api/bist/radar/jobs/$JOB" # poll until status is donePoll at a few seconds, not in a tight loop, and read `GET /api/bist/radar`
first — if a recent scan answers the question, starting another one wastes the
instance's time. `DELETE /api/bist/radar/jobs/{job_id}` cancels a run.
## When something goes wrongPoll at a few seconds, not in a tight loop, and read `GET /api/bist/radar`
first — if a recent scan answers the question, starting another one wastes the
instance's time. `DELETE /api/bist/radar/jobs/{job_id}` cancels a run.
## When something goes wrong```bash
BASE="${ORACLE_X_URL:-http://localhost:8000}"
JOB=$(curl -sf -X POST "$BASE/api/bist/radar/scan" \
-H 'Content-Type: application/json' -d '{}' | python3 -c 'import json,sys;print(json.load(sys.stdin)["job_id"])')
curl -sf "$BASE/api/bist/radar/jobs/$JOB" # poll until status is doneNo suspicious patterns detected.