apiiro-demonstrate-secure-prompt
Installation
SKILL.md
Apiiro Secure Prompt Examples
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.
What to do
-
Analyze the repository — explore the codebase to identify:
- Language, frameworks, and runtime (e.g., TypeScript/Node, Python/Django, Go/Gin)
- API patterns (REST, GraphQL, gRPC, WebSocket)
- Authentication and authorization mechanisms
- Database and data models
- External service integrations (cloud providers, third-party APIs, SCM, messaging)
- CI/CD and deployment configuration
- File handling, crypto, or payment logic
- Any domain-specific security surface (e.g., multi-tenant isolation, webhook processing)
-
Generate 10 prompts that meet ALL of these criteria:
- Realistic: something a developer on this repo would actually type
- Specific: references actual files, modules, patterns, or domain concepts from the repo
Related skills