42crunch-audit
Run a 42Crunch API Security Audit and fix SQG-blocking issues in an OpenAPI Specification file. Use this skill whenever the user wants to audit an OAS file for security issues, fix SQG-blocking issues, score an API, apply data dictionary enrichment, or remediate audit findings. Triggers on phrases like "run audit", "audit only", "fix audit issues", "SQG audit", "42crunch audit", "audit score", or any request focused on static OAS analysis and remediation without running a live scan.
What this skill does
# 42Crunch Audit Skill Runs a single phase: **Audit** (static OAS analysis, SQG reporting, and SQG-blocking fix loop). Requires explicit user permission before execution. Does **not** run a live scan — use the `42crunch-scan` skill for that. --- ## Entry Point 1. **Pre-flight checks.** Read `../../references/pre-flight.md` and complete all steps (setup, OAS resolution, tag detection). When prompting for OAS file selection, use the context `"audit"` (e.g. "Which one should I audit?"). Do not proceed if any step fails or the user cancels. 2. **Ask for permission.** Call `AskUserQuestion`: - **question**: `"Ready to run a 42Crunch Audit on <filename>. This will analyse your OAS file and produce a scored report. Shall I proceed?"` - **options**: `["Yes, proceed", "No, cancel"]` 3. **Execute the Audit.** Mode is already resolved from pre-flight — do not re-derive it. Read `../../references/audit-workflow.md` and apply only the commands for the identified mode throughout. The workflow runs the audit, then presents a **developer-readable, risk-classified report** (SQG-Blocking / Security / Data Validation tiers) with plain-English titles and risk descriptions — no raw rule IDs. It then pauses and asks the user to consent before applying any fixes. Fixes are only applied after explicit confirmation. 4. **Present the final audit summary** (see Output Format below). 5. **Recommend next steps** based on the outcome: **If SQG PASSED:** > "Your audit is complete and the SQG is passing. The natural next step is to > run a live scan to test conformance and authorization against a running > instance of your API. Just say `run scan` when your API server is available." **If SQG FAILED (user declined to fix):** > "Your audit findings are saved above. When you're ready to address the > SQG-blocking issues, run `42crunch-audit` again on this file and I'll apply > the fixes. Once the audit passes, run `42crunch-scan` to test the live API." **If no issues found:** > "No issues found — your API has a clean audit result. Run `42crunch-scan` > to verify the live API matches its contract." Only continue after explicit user confirmation at each permission prompt. --- ## Output Format After the audit completes, produce a summary in this shape: ``` Audit Complete Score: <score> / 100 (Security: <sec-score> · Data Validation: <data-score>) Score change: <initial-score> → <score> (<delta>) | Data: <initial-data> → <data-score> (<data-delta>) ← omit if no fixes applied SQG: PASSED (<sqg-name> — your org's security quality gate is met) ← platform mode, passed SQG: FAILED (<sqg-name> — the quality gate is not met; fixes above are required) ← platform mode, failed SQG: N/A (Freemium — no automated gate; user-defined thresholds applied this session) ← freemium mode Mode: Platform / Freemium Tag: <category>:<tagname> ← platform mode only, when a tag is assigned; omit this row if no tag Issues fixed: 2 SQG-blocking (0 security · 2 data validation) OAS updated: <path/to/openapi.json> ``` Show only the one SQG line that matches the current mode and result. The `Score change:` row is produced from the delta values computed in Step 4 of `../../references/audit-workflow.md`. Omit it when no fixes were applied (user declined at the consent gate, or there were no SQG-blocking issues). If the user declined to apply fixes, note that instead.
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.