From apiiro
Generates 10 example secure-prompt invocations tailored to the user's current repository, runs them, and produces a before/after CSV showing the original prompt vs the security-enriched version. Analyzes the repo's tech stack, frameworks, API patterns, data models, and integrations, then produces realistic developer prompts that would trigger security classification — demonstrating how `apiiro guardian secure-prompt` adds value for that specific codebase. Use when the user wants to see what secure-prompt looks like in practice, wants to demo the feature, or needs onboarding examples for their team. Trigger on phrases like "show me secure-prompt examples", "generate example prompts for my repo", "demo secure-prompt", or "what prompts would trigger security guidance".
How this skill is triggered — by the user, by Claude, or both
Slash command
/apiiro:apiiro-demonstrate-secure-promptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates 10 realistic `apiiro guardian secure-prompt` example invocations tailored to the current repository, then runs them and produces a CSV showing the original prompt alongside the security-enriched output.
Generates 10 realistic apiiro guardian secure-prompt example invocations tailored to the current repository, then runs them and produces a CSV showing the original prompt alongside the security-enriched output.
Analyze the repository — explore the codebase to identify:
Generate 10 prompts that meet ALL of these criteria:
Present the examples — for each, show:
apiiro guardian secure-prompt command with the prompt--file-path when scoping to a specific file genuinely adds value — most prompts should work without itExample format:
apiiro guardian secure-prompt "add a webhook endpoint that receives GitHub push events and triggers a pipeline rebuild"
Security areas: input validation, external service integration, webhook signature verification
Ask the user if they'd like to run them. When they confirm:
Run all 10 commands — execute them in parallel using apiiro guardian secure-prompt.
Generate a CSV file at docs/secure-prompt-examples.csv (or a path the user specifies) with these columns:
prompt — the original developer prompt textfile_path — the --file-path value, or None if not usedbefore — the original prompt (unchanged, as a baseline)after — the enriched prompt returned by the APIUse proper CSV quoting — double-quote fields that contain commas or quotes, and escape inner quotes by doubling them.
Show a summary of the results — highlight which examples got the most interesting enrichment and the security categories covered.
apiiro CLI until the user confirms they want to run the examplesnpx claudepluginhub apiiro/marketplace --plugin apiiroProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.