Scan Report
15 /100
rynjer-image-generation
Agent-first marketing image generation skill with prompt rewrite, cost estimation, and image generation via Rynjer API
A legitimate image generation skill for agents with no malicious behavior; only minor documentation and version pinning issues detected.
Safe to install
Safe to use. Consider pinning package.json version and replacing the example credential placeholder in README.md with a clearer placeholder format.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Example credential placeholder in README Doc Mismatch | README.md:33 |
| Low | package.json version not formally pinned Supply Chain | package.json:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | src/mock-runtime.js:9-27 makes HTTPS requests to rynjer.com API |
| Filesystem | READ | READ | ✓ Aligned | src/mock-runtime.js:5-6 reads tools.json and templates.json |
| Shell | NONE | NONE | — | No shell execution found in codebase |
| Environment | READ | READ | ✓ Aligned | src/mock-runtime.js:7-8 reads RYNJER_ACCESS_TOKEN, RYNJER_USE_LIVE, RYNJER_BASE_… |
| Skill Invoke | READ | READ | ✓ Aligned | Skill exposes 5 tools: rewrite_image_prompt, estimate_image_cost, generate_image… |
| Clipboard | NONE | NONE | — | No clipboard access detected |
| Browser | NONE | NONE | — | No browser automation detected |
| Database | NONE | NONE | — | No database access detected |
1 High 2 findings
High API Key 疑似硬编码凭证
ACCESS_TOKEN="your_access_token_or_ryn_agent_v1_key" README.md:33 Medium External URL 外部 URL
https://rynjer.com README.md:32 File Tree
14 files · 44.7 KB · 1590 lines Markdown 9f · 893L
JavaScript 1f · 436L
JSON 4f · 261L
├─
▾
examples
│ └─
happy-path.json
JSON
├─
▾
src
│ ├─
mock-runtime.js
JavaScript
│ ├─
templates.json
JSON
│ └─
tools.json
JSON
├─
▾
templates
│ ├─
monetization-boundary.md
Markdown
│ ├─
routing-policy.md
Markdown
│ └─
use-cases.md
Markdown
├─
CHANGELOG.md
Markdown
├─
IMPLEMENTATION.md
Markdown
├─
package.json
JSON
├─
PUBLISH.md
Markdown
├─
README.md
Markdown
├─
SCHEMA.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
none | N/A | builtin | No | Only uses Node.js built-in modules: https, fs, path - no external dependencies |
Security Positives
✓ No shell execution or command injection vulnerabilities detected
✓ No credential harvesting or environment variable enumeration for exfiltration
✓ No base64 decoding, eval(), or obfuscated code execution
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env, etc.)
✓ No C2 communication or data exfiltration patterns
✓ Uses only Node.js built-in modules (https, fs, path) - no supply chain risk
✓ API authentication uses Bearer token pattern for legitimate API calls only
✓ All capabilities are declared and aligned with documented behavior
✓ Skill uses mock mode by default, requiring explicit opt-in for live API calls
✓ No hidden functionality or undocumented behavior detected