| Bonus Resources.txt | 102.4 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| ~Get Your Files Here ! | |||
| 1 - The Agentic SDLC Shift | |||
| 1. Quiz 1 The Agentic SDLC Shift.html | 24.1 KB | ||
| 1. Welcome — Why Vibe Coding Breaks at Production Scale.mp4 | 34.4 MB | ||
| 1. Welcome — Why Vibe Coding Breaks at Production Scale_en-US.srt | 7.5 KB | ||
| 2 - How Agent-Written Code Fails | |||
| 2. Quiz 2 How Agent-Written Code Fails.html | 23.6 KB | ||
| 6. The Failure Taxonomy — Plausible, Confident, Wrong.mp4 | 107.9 MB | ||
| 6. The Failure Taxonomy — Plausible, Confident, Wrong_en-US.srt | 8.7 KB | ||
| 7. Live — An Agent Writes an Auth Bypass.mp4 | 88.8 MB | ||
| 7. Live — An Agent Writes an Auth Bypass_en-US.srt | 7.2 KB | ||
| 8. Silent Scope Creep — When the Diff Outgrows the Ask.mp4 | 81.2 MB | ||
| 8. Silent Scope Creep — When the Diff Outgrows the Ask_en-US.srt | 6.9 KB | ||
| 9. Hallucinated Dependencies & Slopsquatting.mp4 | 83.4 MB | ||
| 9. Hallucinated Dependencies & Slopsquatting_en-US.srt | 6.9 KB | ||
| Assignment 1 Defect Taxonomy for Your Own Repository.html | 6.6 KB | ||
| BRIEF.md | 1.7 KB | ||
| SOLUTION.md | 2.9 KB | ||
| lab | |||
| README.md | 2.4 KB | ||
| TAXONOMY.md | 2.8 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| 3 - Specifying Work for Agents | |||
| 10. From Ticket to Agent-Executable Spec.mp4 | 90.9 MB | ||
| 10. From Ticket to Agent-Executable Spec_en-US.srt | 7.4 KB | ||
| 11. Acceptance Criteria an Agent Can Verify.mp4 | 85.3 MB | ||
| 11. Acceptance Criteria an Agent Can Verify_en-US.srt | 6.9 KB | ||
| 12. Context Engineering — What the Agent Reads First.mp4 | 85.5 MB | ||
| 12. Context Engineering — What the Agent Reads First_en-US.srt | 6.2 KB | ||
| 13. Repo Conventions as Machine-Readable Guardrails.mp4 | 81.3 MB | ||
| 13. Repo Conventions as Machine-Readable Guardrails_en-US.srt | 6.3 KB | ||
| 14. Task Decomposition & Stop Conditions.mp4 | 82.8 MB | ||
| 14. Task Decomposition & Stop Conditions_en-US.srt | 6.3 KB | ||
| 3. Quiz 3 Specifying Work for Agents.html | 22.9 KB | ||
| Assignment 2 Spec Pack for a Real Backlog Item.html | 3 KB | ||
| BRIEF.md | 1.4 KB | ||
| lab | |||
| README.md | 2.7 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| 4 - Permission & Blast-Radius Design | |||
| 15. Your Agent Is an Attack Surface.mp4 | 103.5 MB | ||
| 15. Your Agent Is an Attack Surface_en-US.srt | 8.8 KB | ||
| 16. Least Privilege for Coding Agents — Files, Commands, Network.mp4 | 30 MB | ||
| 16. Least Privilege for Coding Agents — Files, Commands, Network_en-US.srt | 6.5 KB | ||
| 17. Sandboxing & Isolation — Containers, Worktrees, Ephemeral Envs.mp4 | 86.7 MB | ||
| 17. Sandboxing & Isolation — Containers, Worktrees, Ephemeral Envs_en-US.srt | 6.9 KB | ||
| 18. Human Approval Gates — Where They Belong, Where They Don't.mp4 | 27.7 MB | ||
| 18. Human Approval Gates — Where They Belong, Where They Don't_en-US.srt | 6.2 KB | ||
| 19. Allowlists, Denylists & the Dangerous-Command Problem.mp4 | 79 MB | ||
| 19. Allowlists, Denylists & the Dangerous-Command Problem_en-US.srt | 6.8 KB | ||
| 4. Quiz 4 Permission & Blast-Radius Design.html | 23.5 KB | ||
| Assignment 3 Agent Autonomy Policy.html | 3.2 KB | ||
| BRIEF.md | 1.6 KB | ||
| lab | |||
| README.md | 3 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| 5 - Reviewing AI-Generated Code | |||
| 20. Why Human Review Degrades on Agent Diffs.mp4 | 93.1 MB | ||
| 20. Why Human Review Degrades on Agent Diffs_en-US.srt | 7.2 KB | ||
| 21. The Agent-Diff Checklist & 10-Minute Triage.mp4 | 83.7 MB | ||
| 21. The Agent-Diff Checklist & 10-Minute Triage_en-US.srt | 6.9 KB | ||
| 22. Adversarial Review — Agent vs Agent.mp4 | 74.5 MB | ||
| 22. Adversarial Review — Agent vs Agent_en-US.srt | 6.5 KB | ||
| 23. Secure-Coding Review for Agent Output.mp4 | 79.8 MB | ||
| 23. Secure-Coding Review for Agent Output_en-US.srt | 6.2 KB | ||
| 5. Quiz 5 Reviewing AI-Generated Code.html | 23.9 KB | ||
| Assignment 4 Review Checklist Tuned to Your Stack.html | 2.9 KB | ||
| BRIEF.md | 1.3 KB | ||
| lab | |||
| README.md | 2.3 KB | ||
| SOLUTION.md | 7.2 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| 6 - Test-Driven Agentic Development & Evals | |||
| 24. Tests as the Contract — TDD Flipped for Agents.mp4 | 74 MB | ||
| 24. Tests as the Contract — TDD Flipped for Agents_en-US.srt | 6.1 KB | ||
| 25. Making Agents Write Tests That Actually Fail First.mp4 | 71.8 MB | ||
| 25. Making Agents Write Tests That Actually Fail First_en-US.srt | 6.5 KB | ||
| 26. Reward Hacking — Agents That Game the Suite.mp4 | 85.5 MB | ||
| 26. Reward Hacking — Agents That Game the Suite_en-US.srt | 6.8 KB | ||
| 27. Evals & Mutation Testing — Proving the Suite Has Teeth.mp4 | 84.4 MB | ||
| 27. Evals & Mutation Testing — Proving the Suite Has Teeth_en-US.srt | 6.5 KB | ||
| 6. Quiz 6 Tests & Evals.html | 23 KB | ||
| 7 - Secrets, Supply Chain & CI CD Controls | |||
| 28. Secrets Prevention — Why Agents Leak.mp4 | 30.5 MB | ||
| 28. Secrets Prevention — Why Agents Leak_en-US.srt | 6.6 KB | ||
| 29. Dependency Risk — Provenance & Blast Radius.mp4 | 83.6 MB | ||
| 29. Dependency Risk — Provenance & Blast Radius_en-US.srt | 6.4 KB | ||
| 30. SBOM & SLSA — Attestation for Agent-Authored Builds.mp4 | 84.3 MB | ||
| 30. SBOM & SLSA — Attestation for Agent-Authored Builds_en-US.srt | 6.2 KB | ||
| 31. CI-CD Gates for Agent PRs.mp4 | 98.8 MB | ||
| 31. CI-CD Gates for Agent PRs_en-US.srt | 8.5 KB | ||
| 32. Audit Trails & Code Provenance.mp4 | 91.7 MB | ||
| 32. Audit Trails & Code Provenance_en-US.srt | 6.7 KB | ||
| 7. Quiz 7 Secrets, Supply Chain & CI CD.html | 23.3 KB | ||
| Assignment 5 Supply-Chain Control Map.html | 3.1 KB | ||
| BRIEF.md | 1.5 KB | ||
| lab | |||
| README.md | 3.9 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| 8 - Incident Response, Governance & Capstone | |||
| 33. When an Agent Damages the Repo — Containment & Recovery.mp4 | 87.2 MB | ||
| 33. When an Agent Damages the Repo — Containment & Recovery_en-US.srt | 7.2 KB | ||
| 34. Post-Incident Review for Agent Failures.mp4 | 27 MB | ||
| 34. Post-Incident Review for Agent Failures_en-US.srt | 5.8 KB | ||
| 35. Governance & Metrics — SSDF, ISO 42001, SOC 2, PCI.mp4 | 100.4 MB | ||
| 35. Governance & Metrics — SSDF, ISO 42001, SOC 2, PCI_en-US.srt | 7.3 KB | ||
| 36. Capstone Brief & Course Wrap.mp4 | 107.3 MB | ||
| 36. Capstone Brief & Course Wrap_en-US.srt | 7.6 KB | ||
| 8. Quiz 8 Incident Response & Governance.html | 22.9 KB | ||
| 9. Final Practice Exam Secure Agentic SDLC.html | 60 KB | ||
| Assignment 6 Agentic-SDLC Control Report (Capstone).html | 3.8 KB | ||
| BRIEF.md | 2.2 KB | ||
| lab | |||
| README.md | 3.3 KB | ||
| meridian-payments | |||
| AGENTS.md | 2.1 KB | ||
| config | |||
| payments | |||
| __init__.py | 0 B | ||
| adapters | |||
| __init__.py | 0 B | ||
| api | |||
| __init__.py | 0 B | ||
| domain | |||
| __init__.py | 0 B | ||
| fees.py | 1 KB | ||
| pyproject.toml | 409.6 B | ||
| tests | |||
| __init__.py | 0 B | ||
| conftest.py | 102.4 B | ||
| fixtures | |||
| README.md | 409.6 B | ||
| templates | |||
| AGENTS.starter.md | 2.7 KB | ||
| agent-autonomy-policy.md | 5.1 KB | ||
| agent-diff-review-checklist.md | 3.4 KB | ||
| agent-executable-spec.md | 2.4 KB | ||
| agent-incident-runbook.md | 3.8 KB | ||
| ci | |||
| agent-gate.yml | 7.3 KB | ||
| control-to-framework-mapping.md | 4.8 KB | ||
| mutation_gate.py | 3.2 KB | ||
| pre-commit-config.yaml | 1.1 KB | ||
| sandbox | |||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| poisoned-pr.diff | 4.9 KB | ||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| poisoned-issue.md | 2.1 KB | ||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| Makefile | 1.4 KB | ||
| docker-compose.yml | 2.2 KB | ||
| test_authz.py | 1 KB | ||
| test_fees.py | 921.6 B | ||
| merchants.py | 1.4 KB | ||
| db.py | 2.8 KB | ||
| legacy_reports.py | 1.9 KB | ||
| providers.yaml | 716.8 B | ||
| 2. Anatomy of a Coding Agent — Context, Tools, Loop, Diff.mp4 | 88.8 MB | ||
| 2. Anatomy of a Coding Agent — Context, Tools, Loop, Diff_en-US.srt | 6.8 KB | ||
| 3. Meet Meridian Ledger.mp4 | 87.2 MB | ||
| 3. Meet Meridian Ledger_en-US.srt | 6.7 KB | ||
| 4. The Control System — Map of the Course.mp4 | 96.3 MB | ||
| 4. The Control System — Map of the Course_en-US.srt | 6.7 KB | ||
| 5. Your Environment — Repo, Scanners, Sandbox.mp4 | 80.8 MB | ||
| 5. Your Environment — Repo, Scanners, Sandbox_en-US.srt | 6.8 KB |
Secure Agentic Software Development: Beyond Vibe Coding
https://WebToolTip.com
Published 8/2026
Created by Dr. Amar Massoud
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 36 Lectures ( 5m ) | Size: 2.8 GB
Build the engineering control system around coding agents: specs, permissions, review, tests, CI gates, provenance.
What you'll learn
⚡ Write agent-executable specs with acceptance criteria a machine can verify
⚡ Design least-agency permission tiers, sandboxes and default-deny network egress
⚡ Review agent diffs in ten minutes using a checklist tuned to real failure classes
⚡ Detect reward hacking — special-casing, fixture reads, weakened assertions, mocked-away logic
⚡ Build a seven-check CI gate: secrets, SAST, dependencies, tests, test integrity, SBOM, workflow audit
⚡ Generate SLSA build provenance and commit-level attribution auditors accept
⚡ Run containment and recovery when an agent damages a repository
⚡ Map your controls to NIST SSDF, ISO/IEC 42001, SOC 2 CC8.1 and PCI DSS Requirement 6
Requirements
❗ Comfortable with Git — branches, diffs, reverts, and reading a pull request
❗ Some prior use of a coding agent (Claude Code, Copilot, Cursor, Codex CLI or similar)
❗ Able to run a CLI and a container; you can read code in at least one language
❗ No prior security, static-analysis or compliance experience needed — all taught from scratch
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 2.2 GB | freecoursewb | 4 weeks | 12 | 5 | |
| 3.2 GB | freecoursewb | 1 month | 10 | 6 | |
| 2.6 GB | freecoursewb | 1 month | 5 | 12 | |
| 2.9 GB | freecoursewb | 3 months | 6 | 24 | |
|
Udemy - Designing Secure Embedded System - From Threats to Protection Posted by
freecoursewb in Other
|
1.8 GB | freecoursewb | 4 months | 8 | 14 |
All Comments