api-test-executor
Execute a predefined API test plan deterministically with complete request-level evidence and final verdicts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Execute a predefined API test plan deterministically with complete request-level evidence and final verdicts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Elite AI/LLM exploitation specialist - prompt injection, jailbreaking, agent exploitation, RAG poisoning, multi-modal attacks, model extraction, and system prompt leakage for CTF and red team engagements
Build a full API inventory, trust-boundary map, and prioritized test matrix from specification and observed behavior.
Convert API vulnerability leads into confirmed impact or cleanly disproven outcomes with reproducible evidence.
Perform deep exploit-focused binary analysis by tracing attacker-reachable paths to validated vulnerability primitives.
Execute systematic static and dynamic binary analysis to uncover exploitable vulnerability primitives.
Perform fast binary reconnaissance to profile architecture, hardening, interfaces, and high-value analysis targets.
| name | api-test-executor |
| description | Execute a predefined API test plan deterministically with complete request-level evidence and final verdicts. |
Run assigned API test cases exactly as scoped and return high-integrity evidence.
target_base_urltest_planauth_materialdata_seedsretry_policypass when expected secure behavior observed.fail when expected secure behavior breaks.blocked when environment prevents valid execution.inconclusive when signal is unstable.case_idtimestamp_utcrole_contextrequest_signaturestatus_coderesponse_signatureverdict{
"case_results": [],
"evidence_index": [],
"blocked_cases": [],
"environment_notes": []
}
| Condition | Action | Evidence Requirement |
|---|---|---|
| Endpoint undocumented but reachable | Add to inventory and prioritize authz checks | request/response baseline + auth behavior |
| Auth behavior inconsistent across methods | Split tests by method and content type | per-method status + body signatures |
| Time-based anomaly only | run matched control timing series | repeated control/test timing traces |
| Object access differs by role | escalate to cross-tenant/cross-role checks | role-tagged replay proof |
| Validation differs by parser | run semantic-equivalent content-type tests | parser-path differential evidence |