Install
$ agentstack add skill-forefy-context-auditor-quiz ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Auditor Quiz Skill
Generate focused, security-oriented quizzes to test auditor understanding of codebases, protocols, and documentation.
Overview
This skill creates 8-10 question quizzes that focus on:
- Protocol/system understanding and core mechanisms
- Weakness points and potential vulnerabilities
- Security considerations and attack vectors
- Core functionality and critical code paths
Questions are generated from repository documentation (README, docs/, whitepapers, specifications, inline comments) and presented interactively with immediate feedback.
Workflow
- Identify documentation sources
- Search for documentation files:
*.md,README*,docs/*,*.sol(comments),*.rs(comments), etc. - Prioritize: security docs, architecture docs, README, specification files
- Use grep/glob to find relevant files efficiently
- Analyze documentation
- Read and synthesize key information about:
- Core protocol/system mechanics
- Security assumptions and trust boundaries
- Known edge cases or limitations
- Critical functions and state transitions
- Potential attack vectors or vulnerability areas
- Generate quiz questions
- Create 8-10 questions (mix of multiple choice, true/false)
- Follow guidelines in
references/question-types.md - Focus on security-critical aspects and deep understanding
- Balance difficulty: 2-3 easy, 4-5 medium, 2-3 hard questions
- Include specific references (line numbers, function names)
- Store questions in memory (not in files)
- Run the quiz conversationally
- Present questions ONE AT A TIME in the conversation
- Format clearly with question number, text, and answer options
- WAIT for the user's answer in their next message
- After receiving answer, provide immediate feedback:
- ✅ CORRECT or ❌ INCORRECT
- Show correct answer if wrong
- Provide detailed explanation
- Show current score (e.g., "Score: 3/5")
- Continue to next question only after user responds
- Track score throughout
- Display final results at the end with percentage and feedback
- Important: Conversational Mode
- Do NOT use terminal scripts, bash sessions, or file-based quiz systems
- Present each question directly in your response
- Use the
ask_usertool if helpful for getting answers - Keep the interaction natural and conversational
Question Generation Guidelines
Focus Areas
Protocol Understanding (2-3 questions):
- How core mechanisms work
- State transitions and workflows
- Design rationale
Weakness Points (2-3 questions):
- Known edge cases
- Potential attack vectors
- Boundary conditions
Security Considerations (2-3 questions):
- Access controls
- Trust assumptions
- Input validation
- Privilege boundaries
Core Functionality (1-2 questions):
- Main entry points
- Critical algorithms
- Key data structures
Quality Standards
- Specific: Reference actual code (function names, line numbers)
- Relevant: Focus on audit-critical aspects
- Clear: Avoid ambiguity in questions and answers
- Educational: Explanations should teach, not just confirm
- Deep: Test understanding over memorization
Consult references/question-types.md for detailed examples and patterns.
Resources
- references/question-types.md - Question format guidelines, examples, and best practices
Tips
- When documentation is extensive (>10 files), prioritize security-relevant docs first
- Include code references in explanations (e.g., "line 142", "deposit() function")
- Present questions one at a time, waiting for user response between each
- Keep conversational flow natural - don't use scripts or terminal sessions
- Track score internally and display after each question
- Don't make the correct question obvious by it being always the longer answer, or always the same choice field
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: forefy
- Source: forefy/.context
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.