* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    21 de Agosto de 2026, 11:28
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 classic
    21 de Agosto de 2026, 05:22
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 43e5r6
    17 de Agosto de 2026, 04:09
  • j.s.: dgtgtr a todos  49E09B4F
    15 de Agosto de 2026, 15:07
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    15 de Agosto de 2026, 11:45
  • Alberto: Revistas
    15 de Agosto de 2026, 05:32
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0
    14 de Agosto de 2026, 05:05
  • j.s.: try65hytr try65hytr a todos  49E09B4F 49E09B4F
    11 de Agosto de 2026, 20:26
  • JP: try65hytr Pessoal 2dgh8i k7y8j0 r4v8p
    11 de Agosto de 2026, 04:30
  • FELISCUNHA: ghyt74   4tj97u<z  votos de um santo domingo para todo o auditório  101041
    09 de Agosto de 2026, 11:37
  • cereal killa: ghyt74 e bom fim de semana com muita chupadelas  r4v8p p0i8l
    08 de Agosto de 2026, 11:35
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana   4tj97u<z
    07 de Agosto de 2026, 11:56
  • JP: try65hytr Pessoal  2dgh8i k7y8j0 43e5r6
    07 de Agosto de 2026, 05:31
  • j.s.: dgtgtr a todos  49E09B4F 49E09B4F
    05 de Agosto de 2026, 13:50
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    05 de Agosto de 2026, 11:22
  • JP: dgtgtr Pessoal  4tj97u<z 2dgh8i k7y8j0
    03 de Agosto de 2026, 18:43
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana  4tj97u<z
    01 de Agosto de 2026, 12:21
  • JP: try65hytr A Todos  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    31 de Julho de 2026, 05:35
  • j.s.: ghyt74 a todos
    30 de Julho de 2026, 09:51
  • FELISCUNHA: ghyt74  pessoal  49E09B4F
    29 de Julho de 2026, 10:49

Autor Tópico: Secure Agentic Software Development Beyond Vibe Coding  (Lida 15 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online WAREZBLOG

  • Moderador Global
  • ***
  • Mensagens: 17181
  • Karma: +0/-0
Secure Agentic Software Development Beyond Vibe Coding
« em: 15 de Agosto de 2026, 21:10 »

Free Download Secure Agentic Software Development Beyond Vibe Coding
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
Description
This course contains the use of artificial intelligence.
You already know how to get a coding agent to write code. That part is solved. What is not solved is everything that happens after it hits enter - who checks it, what it was allowed to touch, whether the tests it wrote mean anything, and whether anyone can tell six months later which commits an agent authored.
This is not another course about driving Claude Code or Copilot. It is a course about theengineering control system around coding agents - the part almost nobody teaches, and the part that decides whether agent velocity becomes throughput or becomes incidents.
What the evidence actually says
✨ DORA 2025: AI is an amplifier - it raises throughputand instability together.
✨ Veracode: across 80 tasks, models chose the insecure implementation about 45% of the time.
✨ METR: experienced developers measured 19% slower with AI while estimating they were 20% faster.
✨ GitGuardian: AI-assisted commits leak secrets at roughly twice the human rate.
The six controls you will build
Specify - agent-executable specs with machine-checkable acceptance criteria, non-goals and stop conditions.
Constrain - least-agency permission tiers, sandboxing, worktrees and default-deny egress.
Review - a checklist tuned to what agents actually get wrong, a ten-minute triage, and adversarial agent-vs-agent review.
Test - tests as a contract the agent cannot game, plus mutation testing to prove the suite has teeth.
Gate - seven blocking CI checks: secrets, static analysis, dependencies, tests, test integrity, SBOM and a workflow audit.
Prove - commit provenance, SBOM and signed attestations that answer an auditor without a human explaining.
Built around one company, one incident
Everything is taught through Meridian Ledger, a Series-B fintech that went agent-first and lost six hours of reconciliation when an agent deleted a runtime-injected credential during a release freeze. Every control in the course answers a specific thing that went wrong that Thursday.
Hands-on and tool-agnostic
Eight labs, six assignments and three role plays, all built on open-source tooling - Semgrep, gitleaks, OSV-Scanner, Syft, Grype, promptfoo, mutmut and zizmor. No lab requires a specific vendor's coding agent, because your control plane has to outlive your tool choices. You will break a repo on purpose, review a pull request with seven planted defects, catch a reward-hacked test suite, and wire a CI gate that blocks all of it.
Who this is for
Senior and staff engineers whose teams already merge agent-authored pull requests; application-security and platform engineers asked to make the AI rollout safe; and engineering leaders accountable for both the velocity number and the incident.
Who this course is for
⭐ Senior and staff engineers whose review load has become the bottleneck
⭐ Application-security, DevSecOps and platform engineers owning the agent rollout
⭐ Engineering managers and CTOs accountable for velocity and for incidents
⭐ IT auditors and GRC leads who must evidence change control over AI-generated code
Homepage
Código: [Seleccione]
https://www.udemy.com/course/secure-agentic-software-development-beyond-vibe-coding
Recommend Download Link Hight Speed | Please Say Thanks Keep Topic Live
No Password  - Links are Interchangeable