{"id":45458685,"url":"https://github.com/agamm/claude-code-owasp","last_synced_at":"2026-04-07T19:30:26.946Z","repository":{"id":335416054,"uuid":"1145642293","full_name":"agamm/claude-code-owasp","owner":"agamm","description":"Claude Code skill for OWASP security best practices (2025-2026). Includes Top 10:2025, ASVS 5.0, Agentic AI security, and 20+ language-specific security quirks.","archived":false,"fork":false,"pushed_at":"2026-04-05T02:59:02.000Z","size":24,"stargazers_count":78,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-05T04:29:17.610Z","etag":null,"topics":["ai-security","appsec","asvs","claude","claude-code","claude-skills","owasp","secure-coding","security","vulnerability"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agamm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T03:13:47.000Z","updated_at":"2026-04-05T04:10:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agamm/claude-code-owasp","commit_stats":null,"previous_names":["agamm/claude-code-owasp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agamm/claude-code-owasp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agamm%2Fclaude-code-owasp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agamm%2Fclaude-code-owasp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agamm%2Fclaude-code-owasp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agamm%2Fclaude-code-owasp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agamm","download_url":"https://codeload.github.com/agamm/claude-code-owasp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agamm%2Fclaude-code-owasp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-security","appsec","asvs","claude","claude-code","claude-skills","owasp","secure-coding","security","vulnerability"],"created_at":"2026-02-22T07:00:28.179Z","updated_at":"2026-04-07T19:30:26.940Z","avatar_url":"https://github.com/agamm.png","language":null,"readme":"# OWASP Security Skill for Claude Code\n\nA Claude Code skill providing the latest OWASP security best practices (2025-2026) for developers building secure applications.\n\n## Quick Install (One Line)\n\nAdd this skill to any project with a single command:\n\n```bash\ncurl -sL https://raw.githubusercontent.com/agamm/claude-code-owasp/main/.claude/skills/owasp-security/SKILL.md -o .claude/skills/owasp-security/SKILL.md --create-dirs\n```\n\nOr install globally for all projects:\n\n```bash\ncurl -sL https://raw.githubusercontent.com/agamm/claude-code-owasp/main/.claude/skills/owasp-security/SKILL.md -o ~/.claude/skills/owasp-security/SKILL.md --create-dirs\n```\n\n## What's Included\n\n### Claude Code Skill\nLocation: `.claude/skills/owasp-security/SKILL.md`\n\n- **OWASP Top 10:2025** quick reference table\n- **Security code review checklists** for input handling, auth, access control, data protection, and error handling\n- **Secure code patterns** with unsafe/safe examples\n- **OWASP Agentic AI Security (2026)** - ASI01-ASI10 risks for AI agent systems\n- **ASVS 5.0** key requirements by verification level\n- **Language-specific security quirks** for 20+ languages with deep analysis guidance\n\n### Research Report\nLocation: `OWASP-2025-2026-Report.md`\n\nComprehensive documentation covering all OWASP 2025-2026 standards.\n\n## Usage\n\nOnce installed, Claude Code automatically activates this skill when you:\n- Review code for security vulnerabilities\n- Implement authentication or authorization\n- Handle user input or external data\n- Work with cryptography or password storage\n- Design API endpoints\n- Build AI agent systems\n\n### Example Prompts\n```\n\"Review this code for security issues\"\n\"Is this authentication implementation secure?\"\n\"What are the security risks in this Python code?\"\n\"Help me implement secure session management\"\n\"Check this AI agent for OWASP agentic risks\"\n```\n\n## Covered Standards\n\n| Standard | Version | Focus |\n|----------|---------|-------|\n| OWASP Top 10 | 2025 | Web application vulnerabilities |\n| OWASP ASVS | 5.0.0 | Security verification requirements |\n| OWASP Agentic | 2026 | AI agent security risks |\n\n## Language Coverage\n\nSecurity quirks for 20+ languages including:\n\n| Web | Systems | Mobile | Scripting |\n|-----|---------|--------|-----------|\n| JavaScript/TypeScript | C/C++ | Swift | Python |\n| PHP | Rust | Kotlin | Ruby |\n| Java | Go | Dart | Perl |\n| C# | | | Shell |\n\nEach language section includes common vulnerabilities, unsafe/safe code patterns, and key functions to watch for.\n\n## Alternative Installation\n\n### Clone Full Repository\n```bash\ngit clone https://github.com/agamm/claude-code-owasp.git\ncp -r claude-code-owasp/.claude/skills/owasp-security YOUR_PROJECT/.claude/skills/\n```\n\n## Contributing\n\nContributions welcome! Please:\n1. Fork the repository\n2. Create a feature branch\n3. Submit a pull request\n\n## Sources\n\n- [OWASP Top 10:2025](https://owasp.org/Top10/)\n- [OWASP ASVS 5.0](https://owasp.org/www-project-application-security-verification-standard/)\n- [OWASP Top 10 for Agentic Applications 2026](https://genai.owasp.org/)\n- [OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/)\n\n## License\n\nMIT License - See LICENSE file for details.\n\n---\n\n**Keywords:** OWASP, security, Claude Code, AI security, application security, ASVS, secure coding, vulnerability, injection, XSS, CSRF, authentication, authorization\n","funding_links":[],"categories":["🛡 Security \u0026 Web Testing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagamm%2Fclaude-code-owasp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagamm%2Fclaude-code-owasp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagamm%2Fclaude-code-owasp/lists"}