Nia

Fail

Audited by Runlayer on Mar 13, 2026

Risk Level: HIGH
Scan Summary
Max Score
94%
Files
19
Flagged
14
Chunks
23
Flagged Files (14)
nia/SKILL.mdHIGH
94.2%

Data Exfiltration

Context Poisoning

Supply Chain Compromise

Privilege Escalation

Unauthorized Communication

Resource Abuse

Shadow Persistence

nia/scripts/lib.shHIGH
90.8%

Risky tool definition detected

Set NIA_API_KEY env variable or run: echo 'your-key' > ~/.config/nia/api_key" exit 1 fi export NIA_KEY } urlencode() { echo "$1" | sed 's/ /%20/g; s/\//%2F/g' } # Generic curl wrapper: nia_curl METHOD URL [DATA] # Captures HTTP status code and returns JSON.

nia/README.mdMEDIUM
89.1%

Malicious tool definition detected

Store the key: Set the `NIA_API_KEY` environment variable: ```bash export NIA_API_KEY="your-api-key" ``` Or use a config file: ```bash mkdir -p ~/.config/nia echo "your-api-key" > ~/.config/nia/api_key ``` > `NIA_API_KEY` takes precedence over the config file.

nia/scripts/advisor.shMEDIUM
82.9%

Malicious tool definition detected

# Usage: advisor.sh "query" <files...> # Env: REPOS (csv), DOCS (csv), OUTPUT_FORMAT (explanation|checklist|diff|structured) set -e SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" source "$SCRIPT_DIR/lib.sh" if [ -z "$1" ]; then echo "Usage: advisor.sh 'query' file1.py [file2.ts ...]" echo "" echo "Environment variables:" echo " REPOS Comma-separated repos to search against" echo " DOCS Comma-separated doc sources to search against" echo " OUTPUT_FORMAT explanation|checklis

nia/scripts/folders.shMEDIUM
77.0%

Malicious tool definition detected

nia/scripts/datasets.shLOW
68.5%

Tool passed security scan

nia/scripts/contexts.shLOW
67.8%

Tool passed security scan

nia/scripts/repos.shLOW
65.7%

Tool passed security scan

nia/scripts/papers.shLOW
64.7%

Tool passed security scan

nia/scripts/sources.shLOW
60.5%

Tool passed security scan

nia/scripts/usage.shLOW
59.5%

Tool passed security scan

nia/scripts/search.shLOW
55.5%

Tool passed security scan

nia/scripts/oracle.shLOW
54.6%

Tool passed security scan

nia/scripts/tracer.shLOW
54.5%

Tool passed security scan

Passed Files (5)Click to expand
nia/scripts/deps.shOK
48.3%

Tool passed security scan

nia/scripts/slack.shOK
38.0%

Tool passed security scan

nia/scripts/packages.shOK
34.7%

Tool passed security scan

nia/scripts/github.shOK
31.6%

Tool passed security scan

nia/scripts/categories.shOK
25.8%

Tool passed security scan

Audit Metadata
Max File Score
94%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
19
Files Flagged
14
Chunks Analyzed
23
Analyzed
Mar 13, 2026, 10:04 PM
Security Audit — runlayer — Nia