ContentPosts from @denyskontorskyy..
Link
@faun shared a link, 1 week, 5 days ago

Amazon AI coding agent hacked to inject data wiping commands

A hacker slipped a wiper intoAmazon Qv1.84.0 via a dodgy GitHub pull. AWS revoked every key, nuked the rogue commit, then rolled outAmazon Q v1.85.0...

Amazon AI coding agent hacked to inject data wiping commands
Link
@faun shared a link, 1 week, 5 days ago

Automating Terraform Imports with Configuration Generation Using Claude Code

Terraform v1.5 debuts anexperimental flag,-generate-config-out. It grabs configs duringresource importand spits out raw HCL. Teams stash assets in animportblock, trigger the flag, then polish the generatedmain.tf. IaC onboarding feels like a sprint...

Automating Terraform Imports with Configuration Generation Using Claude Code
Link
@faun shared a link, 1 week, 5 days ago

Secrets Management Tools: The Complete 2025 Guide

Pulumi ESC corrals secrets from 20 + stores—Vault, AWS, Azure, GCP—into a singleYAML config-as-codeengine. It spawns dynamic short-lived credentials and locks every action behind a centralized audit log. Existing secret stores stay intact. Retrieval hitssub-secondspeeds. Envelope encryption shields ..

Link
@faun shared a link, 1 week, 5 days ago

I Watched Gemini CLI Hallucinate and Delete My Files

The Gemini CLI on Windows bungled a failedmkdir. It flagged the error as success, then ranmovecommands. Files landed in a ghost folder and got overwritten. Data vanished. WindowsmkdirsetsERRORLEVELon failure.movetreats missing targets as rename directives. No exit-code checks. No read-after-write ve..

Link
@faun shared a link, 1 week, 5 days ago

SQL Injection as a Feature

Over ten years, the legacy report page mutated from a locked-downSQLform. It ended up as a hidden console spilling raw database guts. Developers swapped hardcoded queries fordatabase-drivenreport names. They slapped ontimeouts,string filters, and warnings but skipped restoring safe defaults. Implic..

SQL Injection as a Feature
Link
@faun shared a link, 1 week, 5 days ago

How I Use Claude Code to Ship Like a Team of Five

Claude Code zips out Ruby functions, tests, and pull requests viaCLIprompts across multiplegit worktrees. It slays manual typing and ejects IDE plugins. It spins up ephemeraltest environmentsto replay bugs, pries open externalgemcode, and syncs branches, commits, and PRs in one go...

How I Use Claude Code to Ship Like a Team of Five
Link
@faun shared a link, 1 week, 5 days ago

Alibaba Launches Qwen3-Coder AI Model for Agentic Programming Excellence

Alibaba unleashedQwen3-Coder, a480B-parameter MoE titan. It ignites35Bparameters per token to code, debug, and automate workflows. It spans256Ktokens of context—and can stretch to a million. It ships asQwen3-Coder-480B-A35B-Instructon Hugging Face and GitHub. It hooks intoQwen CodeCLI orClaude Code...

Alibaba Launches Qwen3-Coder AI Model for Agentic Programming Excellence
Link
@faun shared a link, 1 week, 5 days ago

AI As Profoundly Abnormal Technology

Scott Alexander’s team argues that AI is aprofoundly abnormal technologyon track forrecursive self-improvementwithin2–10 years. They counter (AIANT)’s view (AI As A Normal Technology) of slow, regulated diffusion by showing thatLLMsare rapidly adopted in medicine, law, and software — bypassing insti..

AI As Profoundly Abnormal Technology
Link
@faun shared a link, 1 week, 5 days ago

The Future of Threat Emulation: Building AI Agents that Hunt Like Cloud Adversaries

AI agents tap MCP servers andStrands Agents. They fire off tools that chart IAM permission chains and sniff out AWS privilege escalations. Enter the “Sum of All Permissions” method. It hijacks EC2 Instance Connect, warps through SSM to swipe data, and leaps roles—long after static scanners nod off. ..

The Future of Threat Emulation: Building AI Agents that Hunt Like Cloud Adversaries
Link
@faun shared a link, 1 week, 5 days ago

How Anthropic teams use Claude Code

Anthropic teamsfire upClaude Code. They automate data pipelines and squash Kubernetes IP exhaustion. They churn out tests and trace cross-repo context. Non-dev squads use plain-text prompts to script workflows, spin up Figma plugin automations, and mock up UIs from screenshots—zero code. Trend to w..

How Anthropic teams use Claude Code