adaux

v5.0.1 safe
3.0
Low Risk

(No description)

πŸ€– AI Analysis

Final verdict: SAFE

The package shows low risks across all assessed categories, with no indications of malicious intent or activity.

  • Low network and shell execution risks
  • No signs of obfuscation or credential harvesting
Per-check LLM notes
  • Network: Network calls appear to be related to Docker registry operations, which may be legitimate for image management.
  • Shell: Shell execution patterns involve Git and potentially other commands, suggesting possible interaction with the local environment, but further context is needed.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer has only one package and lacks PyPI classifiers, indicating low effort or an inactive account.

πŸ”¬ Heuristic Checks

⚠ Outbound Network Calls score 9.0

Found 6 network call pattern(s)

  • try: req = requests.get( api_url + f"/{self.get_image_name()}/tags/l
  • ) req = requests.get( api_url + f"/{image}/manifests/{tag}",
  • :{image}:pull,push" req = requests.get( url, auth=(os.environ["CI_REGISTRY_USER"],
  • t[str, tp.Any]: req = requests.get(url, headers=self.headers, timeout=10, **kwgs) if re
  • t[str, tp.Any]: req = requests.put(url, headers=self.headers, timeout=10, **kwgs) self.
  • t[str, tp.Any]: req = requests.post(url, headers=self.headers, timeout=10, **kwgs) self.
βœ“ Code Obfuscation

No obfuscation patterns detected

⚠ Shell / Subprocess Execution score 10.0

Found 6 shell execution pattern(s)

  • None: resp = subprocess.run( ["git", "rev-parse", "--show-toplevel"]
  • }", ] subprocess.run(cmd, check=True) cov_file.rename(datafile)
  • index.html")] subprocess.run(cmd, check=True) def dcp(self: "CliMixin", *args: str)
  • gs, ] subprocess.run(cmd, check=False) def run( self: "CliMixin", *p
  • ] subprocess.run(cmd, check=True) cmd = ["sphinx-build", "-M"
  • .append("-W") subprocess.run(cmd, check=True) cmd = [
βœ“ Credential Harvesting

No credential harvesting patterns detected

βœ“ Typosquatting

No typosquatting candidates detected

βœ“ Registered Email Domain

No author email provided

βœ“ Suspicious Page Links

All external links appear legitimate

βœ“ Git Repository History

No GitHub repository linked

  • No GitHub repository link found
⚠ Maintainer History score 4.0

2 maintainer concern(s) found

  • Author "Mario S. KΓΆnz" appears to have only 1 package on PyPI (new or inactive account)
  • Package has no PyPI classifiers (low effort / metadata quality)
βœ“ Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

πŸ’‘ AI App Starter Prompt

Use this prompt to build a project with adaux
Build a simple Python application using the adaux package to demonstrate its core features.

πŸ’¬ Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!