Click any tag below to further narrow down your results
Links
This GitHub repo provides a coding-agent skill that runs automated security audits in six phases—recon, hunting, validation, reporting, structured output, and independent verification—to identify exploitable vulnerabilities. It uses parallel agents to generate and disprove findings, outputs structured JSON conforming to a schema, and independently verifies each claim against the source code. Each run reads prior findings to skip known issues and improve coverage.
SpiderFoot is an open-source Python 3 framework for automating OSINT reconnaissance via a web UI or CLI. It includes over 200 modules, a YAML-driven correlation engine, data exports, TOR support and integrates with tools like Nmap, SHODAN and HaveIBeenPwned. For teams and large-scale scans, SpiderFoot HX adds cloud hosting, multi-user collaboration, REST APIs and change alerts.
As AI agents automate tasks like filling forms and managing accounts, organizations struggle to tell legitimate automation from malicious bots or humans. The article argues that security teams must move beyond bot detection to achieve full visibility and verify the intent behind every automated action.
The author describes a pattern of prototyping workflows with AI agents then refactoring into code-driven processes, using agents only for tasks that require human-like judgment. A security vulnerability alert system illustrates how webhooks filter and route high-priority issues, delegating owner identification to an agent and formatting alerts via a second agent for reliable Slack notifications.
Claude Bootstrap is an opinionated system designed for initializing projects with a focus on test-driven development (TDD), security, and simplicity. It automates iterative coding loops, ensures mandatory code reviews, and helps maintain clarity and security in AI-generated code. The framework encapsulates best practices learned from numerous AI-assisted projects across various programming environments.