AI Analysis
The package exhibits signs of potential obfuscation and shell execution, raising concerns about its legitimacy and purpose. Additionally, it appears to be a typosquatting attempt targeting a similar named package.
- High obfuscation risk due to hex-encoded strings
- Potential typosquatting targeting 'arq'
Per-check LLM notes
- Network: No network calls detected, which is normal and not indicative of malicious activity.
- Shell: Shell execution is present and appears to be configuring system services, which may be expected behavior for a service-oriented package like 'arwn', but requires further investigation into the package's legitimate use case.
- Obfuscation: The use of hex-encoded strings suggests potential obfuscation to hide the true purpose of the data being sent.
- Credentials: No clear patterns indicating credential harvesting were found.
- Metadata: The package shows some potential red flags but lacks concrete evidence of malice.
- ⚠ Typosquatting target: arq
Package Quality Overall: Medium (5.4/10)
Test suite present — 15 test file(s) found
Test runner config found: conftest.pyTest runner config found: pyproject.toml15 test file(s) detected (e.g. __init__.py)
Some documentation present
Detailed PyPI description (2654 chars)
No contributing guide or governance files found
Development Status classifier >= Beta
No type annotations detected
No type annotations, py.typed marker, or stub files detected
Active multi-contributor project
3 unique contributor(s) across 100 commits in sdague/arwnSmall but multi-author team (3–4 contributors)
Heuristic Checks
No suspicious network call patterns found
Found 3 obfuscation pattern(s)
RFXtrx""" self.send("\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") sleep(0.3) # Should work with 0.05, but not forushInput() self.send("\x0d\x00\x00\x01\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00") # self.send('\x0D\x00\x00\x03\x02\x00\x00\x00\x0000\x00") # self.send('\x0D\x00\x00\x03\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00') return self.receive_blocking() # -*- coding: utf
Found 4 shell execution pattern(s)
%s" % cmd) self.rtl = subprocess.Popen(cmd, stdout=subprocess.PIPE, stdin=subprocess.PIPE) deff"Written: {unit_file}") subprocess.run(["systemctl", "--user", "daemon-reload"], check=True) sumon-reload"], check=True) subprocess.run(["systemctl", "--user", "enable", "--now", "arwn"], check=Trow", "arwn"], check=True) subprocess.run(["loginctl", "enable-linger", getpass.getuser()], check=True
No credential harvesting patterns detected
Possible typosquat of: arq
"arwn" is 2 edit(s) from "arq"
Email domain looks legitimate: dague.net>
Found 1 suspicious link(s) on the package page
Non-HTTPS external link: http://www.rfxcom.com/
Repository sdague/arwn appears legitimate
2 maintainer concern(s) found
Author name is missing or very shortAuthor "" appears to have only 1 package on PyPI (new or inactive account)
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Build a simple Python application using the arwn package to demonstrate its core features.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue