Scanned skills

aws/agent-toolkit-for-aws processing-s3-uploads-with-step-functions

Checked the catalogued skill at processing-s3-uploads-with-step-functions.

SkillTrust corpus scan 22 September 2026 v0.10.0 via skillsh Verify on GitHub
C AI-triaged 1
C Security

C; retained sample includes a medium finding · SD-008 · what this rule accepts as a false positive →

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

1 finding
securitymedium SD-008
references/iam-roles.md
12 suppressed by AI triage
permission_hygienehigh SD-003 benign_example
SKILL.md

The absolute path /tmp/lambda_function.zip is used only in instructional shell commands for packaging and is not executed automatically.

permission_hygienehigh SD-003 benign_example
SKILL.md

The absolute path /tmp/statemachine.asl.json is referenced in a command shown to the user and not used by code, so it poses no threat.

permission_hygienehigh SD-003 benign_example
SKILL.md

The script writes a temporary file to /tmp/small-file.txt as part of a usage example; this is harmless and expected.

permission_hygienehigh SD-003 benign_example
SKILL.md

Same as finding 3; the reference is part of instructional text and not exploitable.

permission_hygienehigh SD-003 benign_example
references/iam-roles.md

Documentation shows benign use of /tmp for temporary files.

permission_hygienehigh SD-003 benign_example
references/iam-roles.md

Illustrates temporary file creation, not malicious path traversal.

permission_hygienehigh SD-003 benign_example
references/iam-roles.md

Temporary file usage in examples; no real traversal.

permission_hygienehigh SD-003 benign_example
references/iam-roles.md

Documentation example; no harmful path access.

permission_hygienehigh SD-003 benign_example
scripts/Dockerfile

Absolute path /tmp is inside the container filesystem, a common safe practice; no traversal of host files.

permission_hygienehigh SD-003 benign_example
scripts/Dockerfile

Pip install from /tmp/requirements.txt inside the container is safe; it does not access host system files.

permission_hygienehigh SD-003 benign_example
scripts/fargate_processor.py

The path uses /tmp with os.path.basename to prevent traversal, which is a safe temp location in Fargate

permission_hygienehigh SD-003 benign_example
scripts/lambda_function.py

The use of /tmp for temporary storage in Lambda is expected and not a path traversal risk.