VERIFIED EXECUTION / SANITIZED READ
Codex read a bounded Stripe product inventory
RUN 2026-09-03 / REVIEWED 2026-09-03 / NOT A RELIABILITY CLAIM
Confirm that an authorized agent could retrieve a bounded product inventory without receiving provider credentials or exposing private product details in this report.
AGENT
CodexACTION
stripe.list_productsSAFE INPUT
{"active":true,"limit":3}Execution trace
- 01Inspect contract
Loaded the guide for stripe.list_products before execution and confirmed the bounded read-only input.
- 02Execute
Requested three active products through the authorized connection. The structured result reported success.
- 03Verify
Repeated the same bounded read and confirmed a successful result without publishing provider identifiers.
Authorization boundary
Working Machines selected an existing authorized Stripe connection. The agent supplied action input and received the structured result, not the provider API credential.
Observed result
The action completed successfully, returned three active product records, and indicated that more records were available. A second read-only call also completed successfully.
FIRST CALL 390 MS / VERIFICATION CALL 316 MS / CLIENT OBSERVED
Limitations and redactions
- This is one read-only session, not a reliability, availability, or throughput benchmark.
- Product names, object identifiers, account identifiers, connection identifiers, and user identity were removed.
- The observed time includes client, network, runtime, and provider response time and should not be generalized.
- The report does not test product creation, price changes, charges, refunds, or any other financial mutation.