Nia
Audited by Runlayer on Mar 13, 2026
Data Exfiltration
Context Poisoning
Supply Chain Compromise
Privilege Escalation
Unauthorized Communication
Resource Abuse
Shadow Persistence
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.
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.
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
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan