Scan Report
5 /100
neubird-ops-agent
Production ops agent using NeuBird CLI for infrastructure health, cloud costs, incidents, performance, and risk analysis
Legitimate production operations skill that wraps the neubird CLI for infrastructure monitoring. No malicious behavior detected — all operations are declared, documented, and scoped to a known external binary.
Safe to install
This skill is safe to use. Ensure the neubird CLI binary is installed from the official source (neubird.ai) before deployment, as the skill cannot function without it.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | External dependency on neubird CLI | SKILL.md:1 |
| Low | Allowed-tools not explicitly declared | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: Shell commands limited to neubird CLI invocations only (neubird run, n… |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md: Only writes to /tmp/ for session files (session management) |
| Network | NONE | NONE | — | No direct network calls; all network activity goes through the neubird CLI binar… |
| Environment | NONE | NONE | — | No environment variable access or credential harvesting observed |
| Database | NONE | NONE | — | Database access handled by neubird CLI (user's infrastructure); not accessed dir… |
| Clipboard | NONE | NONE | — | No clipboard access observed |
| Browser | NONE | NONE | — | No browser access observed |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation observed |
2 findings
Medium External URL 外部 URL
https://neubird.ai SKILL.md:5 Medium External URL 外部 URL
https://neubird.com SKILL.md:11 File Tree
6 files · 14.4 KB · 370 lines Markdown 6f · 370L
├─
▾
references
│ ├─
application.md
Markdown
│ ├─
cloud.md
Markdown
│ ├─
database.md
Markdown
│ ├─
escalation.md
Markdown
│ └─
kubernetes.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
neubird | unknown | external CLI | No | External binary not included in skill; must be installed separately from neubird.ai |
Security Positives
✓ All operations are documented and declared in SKILL.md
✓ No obfuscation or encoding patterns detected (no base64, eval, atob)
✓ No credential harvesting or sensitive path access
✓ Session files are isolated to /tmp/ which is standard and safe
✓ No direct network calls — all external communication goes through the neubird CLI binary
✓ Reference documentation contains only legitimate operational guidance (incident templates, investigation prompts)
✓ Clean exit code handling with clear error messages
✓ No remote script execution patterns (curl|bash, wget|sh)
✓ No hidden instructions in HTML comments or binary blobs
✓ Skill follows a well-documented CLI wrapper pattern