Grants

NIH grant research skill for clinical researchers. Grill-me intake (research idea + career stage + preliminary data + environment + submission posture + known institute targets) locks down the funding strategy before any search runs. Runs a 5-facet Consensus positioning analysis (with draft Significance/Innovation language), maps the research to the right NIH institutes and study sections via RePORTER, finds NOSIs and funded overlap, and produces an editable Word document (.docx) with budget/scope-aware mechanism recommendations, submission timelines, and a mandatory program officer recommendation. Use when the user asks about research funding or makes any grant-related request (e.g., 'grants for [topic]', 'find grants for my research idea', 'what grants match my research', 'help me find NIH funding', 'grant opportunities for my research'). NIH-only scope — non-NIH funders (PCORI, DOD CDMRP, VA, foundations) are out of scope and flagged at intake.

Gitix AI
Gitix AI
· 7 days ago · v1
SkillSpector MEDIUM
30/100 ⚠ CAUTION
3 security findings detected
MEDIUM Data Exfiltration · External Transmission 60% confidence

Match: curl -X POST 'https://api.reporter.nih.gov/v2/projects/search' \ -H 'Content-Type: application/json' \ -d '{ "criteria": { "fiscal_years": [2023, 2024, 2025, 2026], "include_active

Line 117

Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

### Narrow (AND) search — finds direct overlap

```bash
curl -X POST 'https://api.reporter.nih.gov/v2/projects/search' \
  -H 'Content-Type: application/json' \
  -d '{
    "criteria": {

Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.

MEDIUM Data Exfiltration · External Transmission 50% confidence

Match: https://api.reporter.nih.gov/

Line 117

Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

### Narrow (AND) search — finds direct overlap

```bash
curl -X POST 'https://api.reporter.nih.gov/v2/projects/search' \
  -H 'Content-Type: application/json' \
  -d '{
    "criteria": {

Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.

MEDIUM Data Exfiltration · External Transmission 50% confidence

Match: https://api.reporter.nih.gov/

Line 137

Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

### Broad (OR) search — finds adjacent work

```bash
curl -X POST 'https://api.reporter.nih.gov/v2/projects/search' \
  -H 'Content-Type: application/json' \
  -d '{
    "criteria": {

Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.

11
0
0
0

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first!