mantis-critic
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Command Execution: The skill uses shell commands to inspect target code and apply updates to findings using tools like
jq. These operations are limited to the user-specifiedtarget_rootor the skill's ownworkspace/directory, following standard practices for local security analysis agents. - File System Interaction: It reads codebase files and writes structured data to
workspace/findings/andworkspace/learnings.jsonl. These actions are consistent with its documented purpose of tracking and categorizing security findings. - Snapshot Integrity (Safety Feature): The skill includes a 'sentinel check' to verify that it is analyzing the correct version of the source code (via
.mantis_snapshot_id), which prevents incorrect assessments due to code changes (drift).
Audit Metadata