
Closed
Posted
Paid on delivery
This is a paid, fixed-price technical assessment using a small isolated Python repository and synthetic data. The budget cap is USD 200 and the expected timebox is 4 hours. Do not work beyond the timebox; document any unfinished work instead. The repository simulates an automation that prepares and may create business records. It contains deliberate reliability and security defects. Your task is to make the workflow fail closed while keeping the implementation understandable. ### Required changes 1. Make dry-run the default and prove that no write client can be called without an explicit live mode. 2. Bind live execution to a single-use approval artifact containing the exact canonical payload hash. 3. Prevent duplicate creation across normal retries and concurrent attempts. 4. Add a durable, append-only audit trail without logging secrets or sensitive raw data. 5. Return clear machine-readable outcomes for dry-run success, blocked execution, duplicate detection, and successful write/readback. 6. Add or improve automated tests for the happy path and adversarial cases. ### Deliverables - A Git patch or repository branch with the implementation. - Automated tests and one command that runs them. - A short `[login to view URL]` explaining architecture, assumptions, tradeoffs, residual risks, and what you would do next in production. - A short incident note describing how the original implementation could fail. - Disclosure of AI tools used and how you verified their output. ### Constraints - Use only the supplied synthetic data and fake API client. - Do not request or use company credentials, production access, real records, or external services. - Do not replace the project with a framework-heavy rewrite. - Preserve a simple Python interface that another engineer can maintain. - If a requirement is ambiguous, choose the safer behavior and state the assumption. - You must personally perform the work; no agency, team, or subcontracting. ### Evaluation We will assess system comprehension, Python design, tests, retry and concurrency safety, approval binding, auditability, secret handling, and written judgment. Completing this assessment does not guarantee a longer contract or production access. ### Proposal questions 1. Describe one Python automation you personally hardened. What could execute twice or write unexpectedly, and how did you prove your fix? 2. How would you bind a one-time human approval to one exact canonical payload without exposing secrets? 3. How would you test duplicate prevention across both retries and concurrent processes? 4. Confirm that you are an individual professional, will be the sole author, and will disclose any AI coding tools used. 5. Confirm that you can respect the 4-hour limit and document unfinished work instead of exceeding it.
Project ID: 40686848
280 proposals
Remote project
Active 8 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
280 freelancers are bidding on average $156 USD for this job

I have worked on a trust-critical Python scoring backend where correctness, deterministic execution, and auditability were more important than simply producing an output. The project involved migrating complex spreadsheet logic into a Python pipeline processing large batches, while maintaining exact parity with the reference model. I built detailed per-user debug outputs to make every calculation traceable, handled missing/unknown data carefully, and validated results against the existing logic to prevent silent deviations. While the domain was different, the same engineering mindset applies here: make execution deterministic, expose decisions clearly, and prove correctness through automated validation. For this assessment, I would make dry-run the code-level default and structure the workflow so the write client cannot be reached unless explicit live mode is enabled. The audit trail would record safe metadata such as operation IDs, payload hashes, timestamps, execution mode and outcomes, while avoiding credentials and sensitive raw data. My approach would be to make targeted, understandable changes to the existing repository rather than introduce a framework-heavy rewrite. Portfolio: https://www.freelancer.com/portfolio-items/11539740-microlent-systems-portfolio Regards, Jenifer
$150 USD in 30 days
9.3
9.3

⭐⭐⭐⭐⭐ Secure Python Workflow Automation with Reliable Testing ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and noticed you're looking for a Python automation solution that ensures security and reliability. Look no further; Zohaib is here to help you! My team has successfully completed 50+ similar projects in Python automation. I will implement the required changes efficiently while ensuring your workflow remains understandable. ➡️ Why Me? I can easily handle your project as I have 5 years of experience in Python automation, focusing on security and reliability. My expertise includes testing, error handling, and data management. Additionally, I have a strong grip on API integration and workflow optimization, ensuring a comprehensive approach to your project. ➡️ Let's have a quick chat to discuss your project in detail. I can provide samples of my previous work that demonstrate my skills in this area. Looking forward to discussing this with you! ➡️ Skills & Experience: ✅ Python Programming ✅ Automation Testing ✅ Error Handling ✅ API Integration ✅ Data Management ✅ Workflow Optimization ✅ Security Best Practices ✅ Concurrency Handling ✅ Audit Trail Design ✅ Dry-Run Implementation ✅ Automated Testing ✅ Documentation Writing Waiting for your response! Best Regards, Zohaib
$120 USD in 2 days
8.1
8.1

Hi, I reviewed the Python automation workflow requirements and will harden it to fail closed: dry-run is the default, and any live write requires an explicit single-use approval artifact with the exact canonical payload hash. I’ll implement deterministic hashing, atomic idempotency to prevent duplicate creation on retries and concurrent attempts, and a durable append-only audit trail that never logs secrets or sensitive raw data. I’ll also return machine-readable outcomes for dry-run success, blocked execution, duplicate detection, and successful write/readback. I’ll strengthen happy-path and adversarial tests with the supplied synthetic data, keeping the interface simple and maintainable. Let’s discuss here now.
$150 USD in 7 days
6.5
6.5

Hi, I can harden the supplied Python workflow within the 4-hour assessment boundary by making execution fail closed, enforcing explicit live mode with single-use payload-bound approval, and preventing duplicates across retries and concurrent attempts through deterministic idempotency controls. I’ll add append-only sanitized auditing, machine-readable outcomes, and focused adversarial tests while preserving the existing lightweight architecture, then document security decisions, residual risks, and the original failure scenarios clearly. A few questions: * Is the approval artifact format already defined, or should I implement a minimal signed/token-based artifact using only repository-local mechanisms? * Should duplicate protection remain durable across process restarts, and if so, what local persistence mechanisms are acceptable within the repository? * Do you expect concurrency tests using threads/processes, or is deterministic simulation of concurrent attempts sufficient for the assessment? Best regards, Muhammad Usman
$200 USD in 4 days
6.5
6.5

Hello, I have 7 years of experience in Python automation development.I can work and harden as mentioned.I have worked on more than 120+ python based project here. Let’s connect
$150 USD in 2 days
6.4
6.4

Hi, Thank you for posting the good task! I understand this is a focused Python reliability and security assessment, with the goal of making the existing workflow fail closed without introducing unnecessary complexity. I’m comfortable working within the strict 4-hour / $200 fixed-price timebox and will document anything that cannot responsibly be completed within it. I’d first trace the current execution path, payload construction, write boundary, retry behavior, and existing tests. I’ll then make dry-run the safe default and enforce an explicit live-mode boundary backed by a single-use approval artifact containing the exact canonical payload hash. For duplicate prevention, I’ll address both normal retries and concurrent attempts using the supplied persistence/client model rather than relying on in-memory checks. I’ll add a durable append-only audit trail containing useful event metadata without exposing secrets or sensitive raw payloads. I’ll also return clear machine-readable outcomes for dry-run success, blocked execution, duplicate detection, and successful write/readback. Tests will cover the happy path plus adversarial cases such as altered payloads, replayed approvals, concurrent execution, retries, unauthorized live execution, and secret leakage. I’ll use only the supplied repository, synthetic data, and fake API client, preserving the existing lightweight Python interface. Best regards, Diah
$200 USD in 1 day
7.3
7.3

Hi, I'm Denis, and I've worked on hardening automation workflows that needed to stay reliable even when unexpected errors occurred. The project you've described is clear: you want a Python automation to fail safely and never perform unintended writes, while also being auditable and testable. I’ll treat the repository as an automation layer that must never write unless explicitly approved. The main challenges will be enforcing dry-run by default, binding live execution to a single-use approval artifact, preventing duplicates during retries or concurrency, and adding an audit trail that doesn’t expose secrets. I’ll keep the changes minimal and focused on making the workflow deterministic and safe. I can start working right away. Let's connect and discuss the details. Thanks, Denis.
$150 USD in 2 days
6.0
6.0

Hi, Yes,I am an individual professional Freelancer.I am interested to work on this project within required time and reasonable budget. Message me here & LET'S GET STARTED. I am looking forward to an early and positive response. Regards, Shalu
$190 USD in 1 day
6.1
6.1

Hi there, I went through your project description and understand you need a Python engineer who will harden an isolated automation workflow against unsafe writes, duplicate execution, approval bypasses, audit gaps, and adversarial cases within a strict 4-hour assessment. I will first map the existing execution flow, identify the failure paths, then implement fail-closed controls without introducing unnecessary framework complexity. I will make dry-run the default, bind live execution to a single-use approval artifact containing the canonical payload hash, and add idempotency and concurrency-safe duplicate protection. I will also implement an append-only audit trail with secret-safe logging, machine-readable outcomes, and comprehensive tests covering retries, concurrent attempts, invalid approvals, payload tampering, blocked writes, and successful readback. I will use Python, pytest, hashing, locking/transaction-safe patterns, and the supplied fake client only. How is the approval artifact currently represented in the repository, or should I define the safest maintainable structure? I will share a project blueprint within 24–48 hours of award and respect the 4-hour timebox exactly. Let’s discuss the repository and get the assessment completed cleanly. Kind Regards, Imran Ali
$1,000 USD in 2 days
5.7
5.7

Hi there, I am python hub , i understand the flow , i can provide you quality work on time , can you please come to the chat box so we can easily discuss in details, Thank You
$220 USD in 1 day
5.6
5.6

As a multi-talented professional, my skills in AI, full-stack development, software architecture, and Python make me an ideal candidate for your project. I understand the essence of automation security and robustness to effectively eliminate vulnerabilities. In a previous project, I hardened an automation workflow that could have executed twice or created duplicates. To prove my fix, I conducted exhaustive testing and integrated appropriate safeguards to ensure the workflow's reliability. Your requirement to bind human approval to one exact canonical payload resonates with my commitment to preserving absolute secrecy without compromising productivity. I will devise a secure methodology that allows for one-time approval while concealing any secrets or sensitive data. Regarding testing duplicate prevention across both retries and concurrent processes, I have extensive experience in designing comprehensive automated tests for both happy path and more challenging adverse scenarios. Through meticulous testing, I will ensure that all corners of your workflow are covered, guaranteeing it's free from unexpected duplications. My commitment as an individual freelancer aligns perfectly with your our requirement of sole-authorship on this project.. I undertake personal responsibility for every task assigned to me and strictly avoid any form of agency or subcontracting. Rest assured, my ethical conduct also includes complete disclosure of any AI coding tools used in my work.
$150 USD in 4 days
5.6
5.6

Greetings, I see that you're looking for someone to enhance a Python automation workflow by addressing specific reliability and security issues. My approach would focus on making the dry-run mode default, ensuring that no write actions occur without explicit approval. I’d implement a single-use approval mechanism tied to payload hashes to maintain integrity and prevent duplicate entries during retries or concurrent executions. Additionally, I'd create an append-only audit trail while ensuring sensitive data remains protected. With a solid background in Python and test automation, I can craft clear machine-readable outcomes as well as automated tests for various scenarios. I'll also document my decisions and any risks clearly, so future maintenance is straightforward. Best regards, Saba Ehsan
$155 USD in 4 days
5.4
5.4

With extensive experience in Python development, I am confident in my ability to successfully complete your project. I have a strong understanding of the language and its best practices, which will be instrumental in hardening your existing workflow. You need a freelancer who doesn't just write code, but also carefully considers architecture, security, and reliability. I pride myself on these attributes, and always aim for clear and efficient implementations that are easy to understand and maintain. I can guarantee a solution that is both robust and adheres to your requirement for simplicity. Moreover, my expertise with automation and API integrations will further enhance the value of my work. In addition to addressing the major areas you have outlined; I will unambiguously document all my decisions,justify each assumption made,ponder significant trade-offs,highlight any residual risks involved, clearly communicate possible next steps for how we can improve this architecture for production,a detailed incident note along with providing assurances for the use of AI tools if required. In conclusion, hiring me as your freelancer does not only guarantee timely delivery but also a substantial grasp of the task at hand and comprehensive documentation that will undoubtedly contribute to enhancing the quality of your task by ensuring readability, scalability, reliability and auditability
$120 USD in 3 days
5.2
5.2

I can do it
$150 USD in 7 days
5.4
5.4

Hello! We can harden this Python workflow and make it safe to run. 1. Do you want us to focus first on the approval binding or duplicate prevention? 2. Are there any existing tests or notes we should preserve? — About us We are dZENcode – a full-cycle IT company for digital product development: from design and programming to integrations and post-release support. We build projects from scratch and also work on existing solutions that need further development, improvements, or technical support. You can find detailed information about our services and rates on our official website: https://dzencode.com. Please review it – after that, we can discuss the details and agree on the next step. ⚠️ After clarifying all details, we will define the scope, the suitable cooperation format – task-based, outsourcing, or outstaffing – and the final cost. Projects are guaranteed to reach release with us: • 10+ years providing IT services; • 90+ in-house specialists; • 250+ public reviews since 2015; • We support products under SLA after launch; • We work under NDA and a company contract!
$150 USD in 7 days
5.7
5.7

Hello, As a result of a detailed review of your assessment requirements, I fully understand the scope, security expectations, and strict 4-hour timebox. I have experience with Python automation, API safety, idempotency, concurrency controls, audit logging, and automated testing. For similar automation hardening, I focus on eliminating unintended writes by making dry-run the default, requiring explicit live mode, and enforcing idempotency at the persistence boundary. I prove the fix with tests that simulate retries, duplicate requests, and concurrent processes. For approval binding, I would canonicalize the payload, hash it (e.g. SHA-256), and require a single-use approval artifact containing that exact hash plus non-sensitive metadata. The approval is atomically consumed before the write, so it cannot authorize a modified payload or be replayed. For duplicate prevention, I would use a durable idempotency key/unique constraint plus atomic claim logic, then test both sequential retries and multiple concurrent workers attempting the same operation. I confirm that I work as an individual professional, will personally author the solution, and will disclose any AI coding tools used along with how I validated their output. I can respect the 4-hour limit and will document unfinished items, assumptions, tradeoffs, and residual risks rather than exceeding the timebox. I’m ready to start immediately. Best regards, Carlos.
$150 USD in 7 days
5.5
5.5

Hi, this technical test is a good fit for me. You need a Python automation workflow hardened so it fails closed, defaults to dry-run, and only allows writes with explicit approval and a matching payload hash. I’ve worked on reliability-focused Python systems, including retry-safe workflows, audit logging, and test suites around failure modes and concurrency. I’ll keep the implementation simple and maintainable, and I’ll use the fake client and synthetic data exactly as provided. My approach would be to lock live mode behind a single-use approval artifact, make duplicate creation impossible across retries and concurrent runs, add an append-only audit trail that avoids secrets, and return clear machine-readable outcomes for each path. I’d also add tests for the normal flow and adversarial cases so the behavior is proven, not assumed. If you’d like, I can start by mapping the current failure paths and implementing the safest fixes first. Best regards, Gabriel
$250 USD in 5 days
4.7
4.7

Hi, I can implement the necessary changes by setting the dry-run as the default, ensuring no live executions occur without an explicit approval. Additionally, I’ll focus on preventing duplicates and establishing a secure audit trail while enhancing automated tests to cover various scenarios. My approach guarantees compliance with your specifications and fosters maintainability. I have extensive experience with Python automation and security best practices, ensuring that I deliver a solution that meets your needs effectively within the 4-hour timeframe. Looking forward to your response! Best Regards, Priyanka
$200 USD in 2 days
4.7
4.7

Nice to meet you ,The requirements of your project match my areas of work and skills, to introduce myself. My name is Anthony Muñoz and i am the lead engineer for DS Pro IT agency. I have worked for over 10 years as a Full-Stack and software development engineer and have successfully done multiple jobs. It will be a pleasure to work together to make your project. Feel free to discuss about the project with me, greetings.
$163 USD in 7 days
4.6
4.6

Hi, I am a python backend developer with 8 years of rich experience in software development, with a strong background in automation workflows and secure backend systems. I am familiar with Python, pytest, API development, software architecture, test automation, concurrency handling, idempotency, audit logging, and DevOps. For this assessment, I can make dry-run the safe default, bind live execution to the exact approved payload hash, prevent duplicate writes across retries and concurrent runs, and add a durable audit trail with clear machine-readable outcomes and adversarial tests. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
$500 USD in 7 days
4.7
4.7

Montréal, Canada
Payment method verified
Member since Nov 19, 2018
$15-25 CAD / hour
$250-750 CAD
$1500-3000 CAD
$2000-6000 HKD
$30-250 USD
$8-15 USD / hour
£750-1500 GBP
₹12500-37500 INR
€8-10 EUR
₹600-1500 INR
£20-250 GBP
₹12500-37500 INR
₹37500-75000 INR
$15-25 USD / hour
€250-750 EUR
$250-750 USD
₹1500-12500 INR
₹100-400 INR / hour
$15-25 USD / hour
₹12500-37500 INR
$250-750 USD
$250-750 USD
$15-25 USD / hour