
from opencode-skills-collection23
Structured workflow for testing REST and GraphQL API security: auth, authorization, rate limiting, input validation and error handling.
Provides a step-by-step API security testing workflow for REST and GraphQL endpoints. The skill breaks testing into phases: discovery, authentication, authorization, input validation, rate limiting, GraphQL-specific tests, and error handling. It lists suggested sub-skills to invoke for fuzzing, scanning, and specific attack classes, plus checklists and quality gates for reporting.
Use this workflow when performing security assessments, bug-bounty testing, or internal API hardening exercises that require systematic checks across authentication, authorization, input validation, rate limits, and GraphQL pitfalls. Not a substitute for expert manual review.
Useful for security-focused agents or toolchains that can orchestrate vulnerability scanners and fuzzers (e.g., agents integrated with api-fuzzing, scanning-tools, or other security skills).
A workflow-style skill that provides a 7-phase checklist for API security testing (REST and GraphQL). Contains no scripts or executable code — it's purely a structured guide referencing external skills like api-fuzzing-bug-bounty, broken-authentication, and idor-testing. The phases are well-organized but shallow, with trivially simple copy-paste prompts and no depth on methodology. Entirely dependent on referenced skills being available; does nothing standalone.
Safe but shallow. Essentially a glorified checklist with skill references. Would benefit from actual testing commands, example payloads, or at least detailed methodology steps instead of just listing actions.
Python Performance Optimization
Profile, analyze, and optimize Python applications for CPU and memory efficiency using profiling tools and performance best practices.
Azure AI Projects SDK (TypeScript)
TypeScript SDK and examples for managing Azure AI Projects: agents, connections, deployments, datasets, indexes, and evaluations.
Memory Forensics Playbook
Practical guidance and commands for acquiring, analyzing, and extracting artifacts from memory dumps using tools like Volatility3 and common acquisition methods
Testing Patterns & Utilities
Guidelines and utilities for TDD, factory-based test data, mocking strategies, and testing patterns for React/TypeScript projects.
Skill Optimizer
Diagnose and optimize Agent Skills (SKILL.md) using session transcripts and static analysis to improve triggers, workflows, and token efficiency.
Reverse Engineer
Guided methodology and best practices for binary reverse engineering, covering static and dynamic analysis workflows and common tooling.