← 返回
未分类 中文

Conflict Of Interest Checker

Check for co-authorship conflicts between authors and suggested reviewers
检查作者与建议审稿人之间的共同署名冲突。
aipoch-ai
未分类 clawhub v0.1.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 455
下载
💾 1
安装
1
版本
#latest

概述

Conflict of Interest Checker

Reviewer conflict detection tool.

Use Cases

  • Journal submission prep
  • Editorial decisions
  • Peer review integrity
  • Compliance verification

Parameters

ParameterTypeDefaultRequiredDescription
-------------------------------------------------
--authors, -astring-YesComma-separated author names
--reviewers, -rstring-YesComma-separated reviewer names
--publications, -pstring-NoCSV file with publication records

CSV Format

author,reviewer,paper_id
Smith,Brown,paper1
Smith,Jones,paper2

Usage

# Check with demo data
python scripts/main.py --authors "Smith,Jones,Lee" --reviewers "Brown,Davis,Wilson"

# Check with publication records
python scripts/main.py --authors "Smith,Jones" --reviewers "Brown,Davis" --publications pubs.csv

Returns

  • Conflict flagging (coauthorship, institutional)
  • Shared publication list
  • Recommendation: Accept/Recuse
  • Alternative reviewer suggestions

Example Output

⚠ Found 2 potential conflict(s):

1. COAUTHORSHIP CONFLICT
   Reviewer: Brown
   Author: Smith
   Shared papers: paper1

2. COAUTHORSHIP CONFLICT
   Reviewer: Wilson
   Author: Smith
   Shared papers: paper2

Risk Assessment

Risk IndicatorAssessmentLevel
-----------------------------------
Code ExecutionPython/R scripts executed locallyMedium
Network AccessNo external API callsLow
File System AccessRead input files, write output filesMedium
Instruction TamperingStandard prompt guidelinesLow
Data ExposureOutput files saved to workspaceLow

Security Checklist

  • [ ] No hardcoded credentials or API keys
  • [ ] No unauthorized file system access (../)
  • [ ] Output does not expose sensitive information
  • [ ] Prompt injection protections in place
  • [ ] Input file paths validated (no ../ traversal)
  • [ ] Output directory restricted to workspace
  • [ ] Script execution in sandboxed environment
  • [ ] Error messages sanitized (no stack traces exposed)
  • [ ] Dependencies audited
  • Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • [ ] Successfully executes main functionality
  • [ ] Output meets quality standards
  • [ ] Handles edge cases gracefully
  • [ ] Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
  • Performance optimization
  • Additional feature support

版本历史

共 1 个版本

  • v0.1.4 当前
    2026-03-30 17:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Variant Annotation

aipoch-ai
从 ClinVar 和 dbSNP 数据库查询并注释基因变异。触发条件:用户提供的变异标识符(rsID、HGVS 表示、基因组坐标等)。
★ 1 📥 809
data-analysis

Medical Research Literature Reader Pro

aipoch-ai
一种面向临床、生物信息、转化及基础实验背景用户的医学研究原生文献阅读技能。使用此技能……
★ 1 📥 844
productivity

Peer Review Response Drafter

aipoch-ai
协助起草专业的同行评审回复信。当用户提及「审稿人意见」、「回复信」、「同行评审」、「修订再提交」等关键词时触发。
★ 0 📥 845