Caveat verdict
lyric-sense
Lyrics search and display skill that queries a public API or optionally a self-hosted server; no credentials required for the default public mode and behavior matches the stated music lyrics purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (12)
Pipe to python — executes piped content as Python code
scripts/LrcApi/.github/workflows/python-app.yml · prose · downgraded · |
python
Accesses sensitive system files
scripts/LrcApi/api/waf.py · prose · downgraded · /etc/passwd
<script> tag in markdown — potential code injection
scripts/LrcApi/mod/auth/webui.py · prose · downgraded · <script>
Uses eval() — can execute arbitrary code
scripts/LrcApi/mod/music_tag/asf.py · prose · downgraded · eval(
HTTP request to bare IP address — common in malicious payloads
scripts/LrcApi/README_EN.md · code · http://127.0.0.1
subprocess execution — runs system commands from Python
scripts/LrcApi/buildup.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/LrcApi/buildup.py · prose · downgraded · subprocess.run("pip install -r requirements.txt", shell=True
Makes HTTP request to external URL
README.md · code · fetch('https://
Python shutil file operation — copies/moves/deletes files
scripts/LrcApi/api/__init__.py · prose · downgraded · shutil.rmtree(
Python os.environ.get — reads environment variable
scripts/LrcApi/mod/args/__init__.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/LrcApi/mod/db/__init__.py · prose · downgraded · got
Python aiohttp session — async network access
scripts/LrcApi/mod/searchx/kugou.py · prose · downgraded · aiohttp.ClientSession
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.