Loading...
Loading...
Found 7,928 Skills
Clickjacking playbook. Use when testing whether target pages can be framed, whether X-Frame-Options or CSP frame-ancestors are properly configured, and whether UI redress attacks can trigger sensitive actions.
JNDI injection playbook. Use when Java applications perform JNDI lookups with attacker-controlled names, especially via Log4j2, Spring, or any code path reaching InitialContext.lookup().
Execution-aware preflight analysis (control-flow, timing/energy) on existing callees using compiled artifacts, to catch problems while the design is still cheap to change.
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
API reference: WidgetKit. Query for widget timelines, entries, providers, home/lock screen widgets.
Autodesk Revit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Autodesk Revit data.
Generate Frida hook scripts using modern Frida API. Activate when the user wants to write Frida scripts, hook functions at runtime, trace calls/arguments/return values, intercept native or ObjC/Java methods, or dump memory and exports.
Pass JSX elements to components through props for flexible, reusable component composition.
Pass reusable logic down as props to components using Higher Order Components.
Add functionality to objects or classes without inheritance using mixins.
Use when encountering bugs, test failures, or error logs that need root cause analysis and fix generation
Teaches Vue composables for reusable stateful logic with the Composition API. Use when extracting shared reactive state, side effects, or computed logic that multiple components need.