is-it-ture
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and associated metadata do not contain any malicious patterns or unauthorized capability requests. The behavior described is strictly limited to logical analysis and information verification.- [PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external data (factual claims and web content). This inherent attack surface is managed by the skill's primary purpose: applying a critical thinking framework to identify misinformation.
- Ingestion points: Processes user-provided claims and external web articles as outlined in
SKILL.md. - Boundary markers: No explicit delimiters are specified for user input.
- Capability inventory: Involves logical reasoning and search engine usage; no dangerous system-level scripts or exfiltration triggers were found.
- Sanitization: Implements rigorous multi-source cross-validation and logical fallacy identification as core analysis steps.- [COMMAND_EXECUTION]: The
scripts/package_skill.pyscript is a utility for local packaging and validation of the skill. It utilizes standard Python libraries for file operations and zip archiving and does not perform any dangerous operations or network requests during agent execution.
Audit Metadata