framework-critical-thinking
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural frameworks and pseudo-code for enhancing AI agent reasoning through metacognition and self-correction. No executable malicious code or dangerous commands are present.- [EXTERNAL_DOWNLOADS]: The skill references established research papers on ArXiv and official documentation from Microsoft. These are trusted sources used for educational and architectural purposes.- [PROMPT_INJECTION]: Indirect prompt injection surface identified in the orchestration logic where untrusted data (tasks/reasoning) is interpolated into prompts.
- Ingestion points:
solve(problem),refine(current_output, critique), andevaluate(output, task)functions inreferences/. - Boundary markers: Absent in the pseudo-code prompt templates.
- Capability inventory: Framework references potential execution of generated code and external tools for verification purposes in
references/self_verification.md. - Sanitization: No explicit sanitization or escaping of external content is shown in the templates.
Audit Metadata